#859DD8

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

Shades of Portage #859DD8

Tints of Portage #859DD8

Color information

#859DD8 (or 0x859DD8) is unknown color: approx Portage. HEX triplet: 85, 9D and D8. RGB value is (133,157,216). Sum of RGB (Red+Green+Blue) = 133+157+216=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #859DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DD8 is #7A6227. Grayscale: #9C9C9C. Windows color (decimal): -8020520 or 14196101. OLE color: 14196101.

HSL color Cylindrical-coordinate representation of color #859DD8: hue angle of 222.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #859DD8 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133157216-
CMYK0.380.2700.15
HSL222.65º51.55%68.43%-
HSV(B)222.65º38.43%84.71%-
XYZ34.1234.0669.74-
YUV156.55161.55111.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=26.28%
G=31.03%
B=42.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331572160.380.2700.15222.6551.5568.43
Hex859DD8261B0Fdf3444
Octal205235330463301733764104
Binary1000010110011101110110001001101101101111110111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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