#859DE6

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

Shades of Portage #859DE6

Tints of Portage #859DE6

Color information

#859DE6 (or 0x859DE6) is unknown color: approx Portage. HEX triplet: 85, 9D and E6. RGB value is (133,157,230). Sum of RGB (Red+Green+Blue) = 133+157+230=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #859DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DE6 is #7A6219. Grayscale: #9D9D9D. Windows color (decimal): -8020506 or 15113605. OLE color: 15113605.

HSL color Cylindrical-coordinate representation of color #859DE6: hue angle of 225.15º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859DE6 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB133157230-
CMYK0.420.3200.10
HSL225.15º65.99%71.18%-
HSV(B)225.15º42.17%90.2%-
XYZ36.0134.8179.68-
YUV158.15168.55110.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=25.58%
G=30.19%
B=44.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1331572300.420.3200.10225.1565.9971.18
Hex859DE62A200Ae14247
Octal2052353465240012341102107
Binary100001011001110111100110101010100000010101110000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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