Html Css Color HEX #849FCC Polo Blue

📋 copy color: '#849FCC'

red 132 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #849FCC

Tints of Polo Blue #849FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 26.67%
G = 32.12%
B = 41.21%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#849FCC (or 0x849FCC) is known color: Polo Blue. HEX triplet: 84, 9F and CC. RGB value is (132,159,204). Sum of RGB (Red+Green+Blue) = 132+159+204=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #849FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCC is #7B6033. Grayscale: #9B9B9B. Windows color (decimal): -8085556 or 13410180. OLE color: 13410180.

HSL color Cylindrical-coordinate representation of color #849FCC: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849FCC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 159 204 -
CMYK 0.35 0.22 0 0.2
HSL 217.5º 0.41% 0.66% -
HSV(B) 217.5º 0.35% 0.8% -
XYZ 32.81 34.06 61.97 -
YUV 156.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 132 159 204 0.35 0.22 0 0.2 217.5 0.41 0.66
Hex 84 9F CC 23 16 0 14 DA 29 42
Octal 204 237 314 43 26 0 24 332 51 102
Binary 10000100 10011111 11001100 100011 10110 0 10100 11011010 101001 1000010

Color Harmonies of #849FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FCC

Black with #849FCC

Text Example


Text Example

White with #849FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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