Html Css Color HEX #849FBF Polo Blue

📋 copy color: '#849FBF'

red 132 ◦ green 159 ◦ blue 191

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

Shades of Polo Blue #849FBF

Tints of Polo Blue #849FBF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

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

R = 27.39%
G = 32.99%
B = 39.63%

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

#849FBF (or 0x849FBF) is known color: Polo Blue. HEX triplet: 84, 9F and BF. RGB value is (132,159,191). Sum of RGB (Red+Green+Blue) = 132+159+191=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #849FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FBF is #7B6040. Grayscale: #9A9A9A. Windows color (decimal): -8085569 or 12558212. OLE color: 12558212.

HSL color Cylindrical-coordinate representation of color #849FBF: hue angle of 212.54º 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 #849FBF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 159 191 -
CMYK 0.31 0.17 0 0.25
HSL 212.54º 0.32% 0.63% -
HSV(B) 212.54º 0.31% 0.75% -
XYZ 31.32 33.46 54.1 -
YUV 154.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 132 159 191 0.31 0.17 0 0.25 212.54 0.32 0.63
Hex 84 9F BF 1F 11 0 19 D5 20 3F
Octal 204 237 277 37 21 0 31 325 40 77
Binary 10000100 10011111 10111111 11111 10001 0 11001 11010101 100000 111111

Color Harmonies of #849FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FBF

Black with #849FBF

Text Example


Text Example

White with #849FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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