Html Css Color HEX #849EBF Polo Blue

📋 copy color: '#849EBF'

red 132 ◦ green 158 ◦ blue 191

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

Shades of Polo Blue #849EBF

Tints of Polo Blue #849EBF

RGB

 RED value IS 132 (51.95% from 255) = 27.44%

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 27.44%
G = 32.85%
B = 39.71%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#849EBF (or 0x849EBF) is known color: Polo Blue. HEX triplet: 84, 9E and BF. RGB value is (132,158,191). Sum of RGB (Red+Green+Blue) = 132+158+191=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #849EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EBF is #7B6140. Grayscale: #999999. Windows color (decimal): -8085825 or 12557956. OLE color: 12557956.

HSL color Cylindrical-coordinate representation of color #849EBF: hue angle of 213.56º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849EBF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 158 191 -
CMYK 0.31 0.17 0 0.25
HSL 213.56º 0.32% 0.63% -
HSV(B) 213.56º 0.31% 0.75% -
XYZ 31.15 33.12 54.04 -
YUV 153.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 132 158 191 0.31 0.17 0 0.25 213.56 0.32 0.63
Hex 84 9E BF 1F 11 0 19 D6 20 3F
Octal 204 236 277 37 21 0 31 326 40 77
Binary 10000100 10011110 10111111 11111 10001 0 11001 11010110 100000 111111

Color Harmonies of #849EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EBF

Black with #849EBF

Text Example


Text Example

White with #849EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849EBF; }

 p { color: rgb(132,158,191); }

 H1.HeaderClassName
 {
   color: #849EBF;
 }
 .AnyTagClassName
 {
   color: #849EBF;
 }
</style>

background-color css

<style>
 a { background-color: #849EBF; }

 a { background-color: rgb(132,158,191); }

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

border-color css

<style>
 span { border-color: #849EBF; }

 span { border-color: rgb(132,158,191); }

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