#858EDE

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

Shades of Portage #858EDE

Tints of Portage #858EDE

Color information

#858EDE (or 0x858EDE) is unknown color: approx Portage. HEX triplet: 85, 8E and DE. RGB value is (133,142,222). Sum of RGB (Red+Green+Blue) = 133+142+222=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #858EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EDE is #7A7121. Grayscale: #949494. Windows color (decimal): -8024354 or 14585477. OLE color: 14585477.

HSL color Cylindrical-coordinate representation of color #858EDE: hue angle of 233.93º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858EDE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133142222-
CMYK0.400.3600.13
HSL233.93º57.42%69.61%-
HSV(B)233.93º40.09%87.06%-
XYZ32.5329.6173.11-
YUV148.43169.52117-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=26.76%
G=28.57%
B=44.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331422220.400.3600.13233.9357.4269.61
Hex858EDE28240Dea3946
Octal205216336504401535271106
Binary10000101100011101101111010100010010001101111010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858EDE; }

 p { color: rgb(133,142,222); }

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

<style>
 a { background-color: #858EDE; }

 a { background-color: rgb(133,142,222); }

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

<style>
 span { border-color: #858EDE; }

 span { border-color: rgb(133,142,222); }

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