Html Css Color HEX #859DC6 Polo Blue

📋 copy color: '#859DC6'

red 133 ◦ green 157 ◦ blue 198

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

Shades of Polo Blue #859DC6

Tints of Polo Blue #859DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 27.25%
G = 32.17%
B = 40.57%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#859DC6 (or 0x859DC6) is known color: Polo Blue. HEX triplet: 85, 9D and C6. RGB value is (133,157,198). Sum of RGB (Red+Green+Blue) = 133+157+198=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #859DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DC6 is #7A6239. Grayscale: #9A9A9A. Windows color (decimal): -8020538 or 13016453. OLE color: 13016453.

HSL color Cylindrical-coordinate representation of color #859DC6: hue angle of 217.85º degrees, saturation: 0.36, 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 #859DC6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 157 198 -
CMYK 0.33 0.21 0 0.22
HSL 217.85º 0.36% 0.65% -
HSV(B) 217.85º 0.33% 0.78% -
XYZ 31.92 33.18 58.15 -
YUV 154.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 133 157 198 0.33 0.21 0 0.22 217.85 0.36 0.65
Hex 85 9D C6 21 15 0 16 DA 24 41
Octal 205 235 306 41 25 0 26 332 44 101
Binary 10000101 10011101 11000110 100001 10101 0 10110 11011010 100100 1000001

Color Harmonies of #859DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DC6

Black with #859DC6

Text Example


Text Example

White with #859DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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