#859AD0

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

Shades of Portage #859AD0

Tints of Portage #859AD0

Color information

#859AD0 (or 0x859AD0) is unknown color: approx Portage. HEX triplet: 85, 9A and D0. RGB value is (133,154,208). Sum of RGB (Red+Green+Blue) = 133+154+208=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #859AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859AD0 is #7A652F. Grayscale: #999999. Windows color (decimal): -8021296 or 13671045. OLE color: 13671045.

HSL color Cylindrical-coordinate representation of color #859AD0: hue angle of 223.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859AD0 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133154208-
CMYK0.360.2600.18
HSL223.2º44.38%66.86%-
HSV(B)223.2º36.06%81.57%-
XYZ32.6132.6564.26-
YUV153.88158.54113.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=26.87%
G=31.11%
B=42.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331542080.360.2600.18223.244.3866.86
Hex859AD0241A012df2c43
Octal205232320443202233754103
Binary10000101100110101101000010010011010010010110111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,154,208); }

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

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

 a { background-color: rgb(133,154,208); }

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

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

 span { border-color: rgb(133,154,208); }

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