#859DEE

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

Shades of Portage #859DEE

Tints of Portage #859DEE

Color information

#859DEE (or 0x859DEE) is unknown color: approx Portage. HEX triplet: 85, 9D and EE. RGB value is (133,157,238). Sum of RGB (Red+Green+Blue) = 133+157+238=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #859DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEE is #7A6211. Grayscale: #9E9E9E. Windows color (decimal): -8020498 or 15637893. OLE color: 15637893.

HSL color Cylindrical-coordinate representation of color #859DEE: hue angle of 226.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859DEE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133157238-
CMYK0.440.3400.07
HSL226.29º75.54%72.75%-
HSV(B)226.29º44.12%93.33%-
XYZ37.1635.2785.74-
YUV159.06172.55109.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=25.19%
G=29.73%
B=45.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331572380.440.3400.07226.2975.5472.75
Hex859DEE2C2207e24c49
Octal205235356544207342114111
Binary10000101100111011110111010110010001001111110001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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