Html Css Color HEX #859CCA Polo Blue

📋 copy color: '#859CCA'

red 133 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #859CCA

Tints of Polo Blue #859CCA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 27.09%
G = 31.77%
B = 41.14%

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

#859CCA (or 0x859CCA) is known color: Polo Blue. HEX triplet: 85, 9C and CA. RGB value is (133,156,202). Sum of RGB (Red+Green+Blue) = 133+156+202=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #859CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCA is #7A6335. Grayscale: #9A9A9A. Windows color (decimal): -8020790 or 13278341. OLE color: 13278341.

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

Color convert

RGB 133 156 202 -
CMYK 0.34 0.23 0 0.21
HSL 220º 0.39% 0.66% -
HSV(B) 220º 0.34% 0.79% -
XYZ 32.22 33.03 60.55 -
YUV 154.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 133 156 202 0.34 0.23 0 0.21 220 0.39 0.66
Hex 85 9C CA 22 17 0 15 DC 27 42
Octal 205 234 312 42 27 0 25 334 47 102
Binary 10000101 10011100 11001010 100010 10111 0 10101 11011100 100111 1000010

Color Harmonies of #859CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CCA

Black with #859CCA

Text Example


Text Example

White with #859CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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