#859DDC

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

Shades of Portage #859DDC

Tints of Portage #859DDC

Color information

#859DDC (or 0x859DDC) is unknown color: approx Portage. HEX triplet: 85, 9D and DC. RGB value is (133,157,220). Sum of RGB (Red+Green+Blue) = 133+157+220=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #859DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDC is #7A6223. Grayscale: #9C9C9C. Windows color (decimal): -8020516 or 14458245. OLE color: 14458245.

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

Color convert

RGB133157220-
CMYK0.400.2900.14
HSL223.45º55.41%69.22%-
HSV(B)223.45º39.55%86.27%-
XYZ34.6534.2772.5-
YUV157.01163.55110.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=26.08%
G=30.78%
B=43.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331572200.400.2900.14223.4555.4169.22
Hex859DDC281D0Edf3745
Octal205235334503501633767105
Binary1000010110011101110111001010001110101110110111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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