#859EDD

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

Shades of Portage #859EDD

Tints of Portage #859EDD

Color information

#859EDD (or 0x859EDD) is unknown color: approx Portage. HEX triplet: 85, 9E and DD. RGB value is (133,158,221). Sum of RGB (Red+Green+Blue) = 133+158+221=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #859EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EDD is #7A6122. Grayscale: #9D9D9D. Windows color (decimal): -8020259 or 14524037. OLE color: 14524037.

HSL color Cylindrical-coordinate representation of color #859EDD: hue angle of 222.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859EDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133158221-
CMYK0.400.2900.13
HSL222.95º56.41%69.41%-
HSV(B)222.95º39.82%86.67%-
XYZ34.9534.6673.25-
YUV157.71163.72110.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=25.98%
G=30.86%
B=43.16%

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
Decimal1331582210.400.2900.13222.9556.4169.41
Hex859EDD281D0Ddf3845
Octal205236335503501533770105
Binary1000010110011110110111011010001110101101110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,158,221); }

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

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

 a { background-color: rgb(133,158,221); }

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

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

 span { border-color: rgb(133,158,221); }

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