Html Css Color HEX #849FCD Polo Blue

📋 copy color: '#849FCD'

red 132 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #849FCD

Tints of Polo Blue #849FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 26.61%
G = 32.06%
B = 41.33%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849FCD (or 0x849FCD) is known color: Polo Blue. HEX triplet: 84, 9F and CD. RGB value is (132,159,205). Sum of RGB (Red+Green+Blue) = 132+159+205=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #849FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCD is #7B6032. Grayscale: #9B9B9B. Windows color (decimal): -8085555 or 13475716. OLE color: 13475716.

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

Color convert

RGB 132 159 205 -
CMYK 0.36 0.22 0 0.20
HSL 217.81º 0.42% 0.66% -
HSV(B) 217.81º 0.36% 0.8% -
XYZ 32.93 34.11 62.61 -
YUV 156.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 132 159 205 0.36 0.22 0 0.20 217.81 0.42 0.66
Hex 84 9F CD 24 16 0 14 DA 2A 42
Octal 204 237 315 44 26 0 24 332 52 102
Binary 10000100 10011111 11001101 100100 10110 0 10100 11011010 101010 1000010

Color Harmonies of #849FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FCD

Black with #849FCD

Text Example


Text Example

White with #849FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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