#859DDB

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

Shades of Portage #859DDB

Tints of Portage #859DDB

Color information

#859DDB (or 0x859DDB) is unknown color: approx Portage. HEX triplet: 85, 9D and DB. RGB value is (133,157,219). Sum of RGB (Red+Green+Blue) = 133+157+219=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #859DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DDB is #7A6224. Grayscale: #9C9C9C. Windows color (decimal): -8020517 or 14392709. OLE color: 14392709.

HSL color Cylindrical-coordinate representation of color #859DDB: hue angle of 223.26º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859DDB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133157219-
CMYK0.390.2800.14
HSL223.26º54.43%69.02%-
HSV(B)223.26º39.27%85.88%-
XYZ34.5234.2171.8-
YUV156.89163.05110.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=26.13%
G=30.84%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331572190.390.2800.14223.2654.4369.02
Hex859DDB271C0Edf3645
Octal205235333473401633766105
Binary1000010110011101110110111001111110001110110111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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