Html Css Color HEX #859EC8 Polo Blue

📋 copy color: '#859EC8'

red 133 ◦ green 158 ◦ blue 200

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

Shades of Polo Blue #859EC8

Tints of Polo Blue #859EC8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 27.09%
G = 32.18%
B = 40.73%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#859EC8 (or 0x859EC8) is known color: Polo Blue. HEX triplet: 85, 9E and C8. RGB value is (133,158,200). Sum of RGB (Red+Green+Blue) = 133+158+200=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #859EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EC8 is #7A6137. Grayscale: #9B9B9B. Windows color (decimal): -8020280 or 13147781. OLE color: 13147781.

HSL color Cylindrical-coordinate representation of color #859EC8: hue angle of 217.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859EC8 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 158 200 -
CMYK 0.34 0.21 0 0.22
HSL 217.61º 0.38% 0.65% -
HSV(B) 217.61º 0.34% 0.78% -
XYZ 32.33 33.61 59.43 -
YUV 155.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 133 158 200 0.34 0.21 0 0.22 217.61 0.38 0.65
Hex 85 9E C8 22 15 0 16 DA 26 41
Octal 205 236 310 42 25 0 26 332 46 101
Binary 10000101 10011110 11001000 100010 10101 0 10110 11011010 100110 1000001

Color Harmonies of #859EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EC8

Black with #859EC8

Text Example


Text Example

White with #859EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,200); }

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

background-color css

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

 a { background-color: rgb(133,158,200); }

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

border-color css

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

 span { border-color: rgb(133,158,200); }

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