Html Css Color HEX #859AC9 Polo Blue

📋 copy color: '#859AC9'

red 133 ◦ green 154 ◦ blue 201

#859AC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #859AC9

Tints of Polo Blue #859AC9

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 201 (78.91% from 255) = 41.19%

R = 27.25%
G = 31.56%
B = 41.19%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#859AC9 (or 0x859AC9) is known color: Polo Blue. HEX triplet: 85, 9A and C9. RGB value is (133,154,201). Sum of RGB (Red+Green+Blue) = 133+154+201=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #859AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859AC9 is #7A6536. Grayscale: #989898. Windows color (decimal): -8021303 or 13212293. OLE color: 13212293.

HSL color Cylindrical-coordinate representation of color #859AC9: hue angle of 221.47º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859AC9 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 154 201 -
CMYK 0.34 0.23 0 0.21
HSL 221.47º 0.39% 0.65% -
HSV(B) 221.47º 0.34% 0.79% -
XYZ 31.77 32.31 59.82 -
YUV 153.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 133 154 201 0.34 0.23 0 0.21 221.47 0.39 0.65
Hex 85 9A C9 22 17 0 15 DD 27 41
Octal 205 232 311 42 27 0 25 335 47 101
Binary 10000101 10011010 11001001 100010 10111 0 10101 11011101 100111 1000001

Color Harmonies of #859AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AC9

Black with #859AC9

Text Example


Text Example

White with #859AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #859AC9;
 }
 .AnyTagClassName
 {
   color: #859AC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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