Html Css Color HEX #849DCF Polo Blue

📋 copy color: '#849DCF'

red 132 ◦ green 157 ◦ blue 207

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

Shades of Polo Blue #849DCF

Tints of Polo Blue #849DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 26.61%
G = 31.65%
B = 41.73%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849DCF (or 0x849DCF) is known color: Polo Blue. HEX triplet: 84, 9D and CF. RGB value is (132,157,207). Sum of RGB (Red+Green+Blue) = 132+157+207=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #849DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DCF is #7B6230. Grayscale: #9B9B9B. Windows color (decimal): -8086065 or 13606276. OLE color: 13606276.

HSL color Cylindrical-coordinate representation of color #849DCF: hue angle of 220º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849DCF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 157 207 -
CMYK 0.36 0.24 0 0.19
HSL 220º 0.44% 0.66% -
HSV(B) 220º 0.36% 0.81% -
XYZ 32.84 33.52 63.77 -
YUV 155.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 132 157 207 0.36 0.24 0 0.19 220 0.44 0.66
Hex 84 9D CF 24 18 0 13 DC 2C 42
Octal 204 235 317 44 30 0 23 334 54 102
Binary 10000100 10011101 11001111 100100 11000 0 10011 11011100 101100 1000010

Color Harmonies of #849DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DCF

Black with #849DCF

Text Example


Text Example

White with #849DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,157,207); }

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

background-color css

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

 a { background-color: rgb(132,157,207); }

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

border-color css

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

 span { border-color: rgb(132,157,207); }

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