#859CDD

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

Shades of Portage #859CDD

Tints of Portage #859CDD

Color information

#859CDD (or 0x859CDD) is unknown color: approx Portage. HEX triplet: 85, 9C and DD. RGB value is (133,156,221). Sum of RGB (Red+Green+Blue) = 133+156+221=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #859CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CDD is #7A6322. Grayscale: #9C9C9C. Windows color (decimal): -8020771 or 14523525. OLE color: 14523525.

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

Color convert

RGB133156221-
CMYK0.400.2900.13
HSL224.32º56.41%69.41%-
HSV(B)224.32º39.82%86.67%-
XYZ34.6133.9873.14-
YUV156.53164.38111.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=26.08%
G=30.59%
B=43.33%

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
Decimal1331562210.400.2900.13224.3256.4169.41
Hex859CDD281D0De03845
Octal205234335503501534070105
Binary1000010110011100110111011010001110101101111000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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