#859CDC

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

Shades of Portage #859CDC

Tints of Portage #859CDC

Color information

#859CDC (or 0x859CDC) is unknown color: approx Portage. HEX triplet: 85, 9C and DC. RGB value is (133,156,220). Sum of RGB (Red+Green+Blue) = 133+156+220=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #859CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDC is #7A6323. Grayscale: #9C9C9C. Windows color (decimal): -8020772 or 14457989. OLE color: 14457989.

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

Color convert

RGB133156220-
CMYK0.400.2900.14
HSL224.14º55.41%69.22%-
HSV(B)224.14º39.55%86.27%-
XYZ34.4833.9372.44-
YUV156.42163.88111.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=26.13%
G=30.65%
B=43.22%

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
Decimal1331562200.400.2900.14224.1455.4169.22
Hex859CDC281D0Ee03745
Octal205234334503501634067105
Binary1000010110011100110111001010001110101110111000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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