#859DDE

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

Shades of Portage #859DDE

Tints of Portage #859DDE

Color information

#859DDE (or 0x859DDE) is unknown color: approx Portage. HEX triplet: 85, 9D and DE. RGB value is (133,157,222). Sum of RGB (Red+Green+Blue) = 133+157+222=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #859DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDE is #7A6221. Grayscale: #9C9C9C. Windows color (decimal): -8020514 or 14589317. OLE color: 14589317.

HSL color Cylindrical-coordinate representation of color #859DDE: hue angle of 223.82º 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 #859DDE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133157222-
CMYK0.400.2900.13
HSL223.82º57.42%69.61%-
HSV(B)223.82º40.09%87.06%-
XYZ34.9134.3773.9-
YUV157.23164.55110.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=25.98%
G=30.66%
B=43.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331572220.400.2900.13223.8257.4269.61
Hex859DDE281D0De03946
Octal205235336503501534071106
Binary1000010110011101110111101010001110101101111000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859DDE; }

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

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

<style>
 a { background-color: #859DDE; }

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

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

<style>
 span { border-color: #859DDE; }

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

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