Html Css Color HEX #859EC3 Polo Blue

📋 copy color: '#859EC3'

red 133 ◦ green 158 ◦ blue 195

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

Shades of Polo Blue #859EC3

Tints of Polo Blue #859EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 27.37%
G = 32.51%
B = 40.12%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#859EC3 (or 0x859EC3) is known color: Polo Blue. HEX triplet: 85, 9E and C3. RGB value is (133,158,195). Sum of RGB (Red+Green+Blue) = 133+158+195=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #859EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EC3 is #7A613C. Grayscale: #9A9A9A. Windows color (decimal): -8020285 or 12820101. OLE color: 12820101.

HSL color Cylindrical-coordinate representation of color #859EC3: hue angle of 215.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859EC3 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 158 195 -
CMYK 0.32 0.19 0 0.24
HSL 215.81º 0.34% 0.64% -
HSV(B) 215.81º 0.32% 0.76% -
XYZ 31.75 33.38 56.4 -
YUV 154.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 133 158 195 0.32 0.19 0 0.24 215.81 0.34 0.64
Hex 85 9E C3 20 13 0 18 D8 22 40
Octal 205 236 303 40 23 0 30 330 42 100
Binary 10000101 10011110 11000011 100000 10011 0 11000 11011000 100010 1000000

Color Harmonies of #859EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EC3

Black with #859EC3

Text Example


Text Example

White with #859EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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