#838BED

Color #838BED Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #838BED

Tints of Portage #838BED

Color information

#838BED (or 0x838BED) is unknown color: approx Portage. HEX triplet: 83, 8B and ED. RGB value is (131,139,237). Sum of RGB (Red+Green+Blue) = 131+139+237=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #838BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BED is #7C7412. Grayscale: #939393. Windows color (decimal): -8156179 or 15567747. OLE color: 15567747.

HSL color Cylindrical-coordinate representation of color #838BED: hue angle of 235.47º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838BED is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131139237-
CMYK0.450.4100.07
HSL235.47º74.65%72.16%-
HSV(B)235.47º44.73%92.94%-
XYZ33.8829.484.01-
YUV147.78178.35116.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=25.84%
G=27.42%
B=46.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311392370.450.4100.07235.4774.6572.16
Hex838BED2D2907eb4b48
Octal203213355555107353113110
Binary10000011100010111110110110110110100101111110101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838BED; }

 p { color: rgb(131,139,237); }

 H1.HeaderClassName
 {
   color: #838BED;
 }
 .AnyTagClassName
 {
   color: #838BED;
 }
</style>
background-color css

<style>
 a { background-color: #838BED; }

 a { background-color: rgb(131,139,237); }

 div.DivClassName
 {
   background-color: #838BED;
 }
 .BgClassName
 {
   background-color: #838BED;
 }
</style>
border-color css

<style>
 span { border-color: #838BED; }

 span { border-color: rgb(131,139,237); }

 td.TdClassName
 {
   border-color: #838BED;
 }
 .TagClassName
 {
   border-color: #838BED;
 }
</style>