Html Css Color HEX #849CCD Polo Blue

📋 copy color: '#849CCD'

red 132 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #849CCD

Tints of Polo Blue #849CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

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

R = 26.77%
G = 31.64%
B = 41.58%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849CCD (or 0x849CCD) is known color: Polo Blue. HEX triplet: 84, 9C and CD. RGB value is (132,156,205). Sum of RGB (Red+Green+Blue) = 132+156+205=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #849CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCD is #7B6332. Grayscale: #9A9A9A. Windows color (decimal): -8086323 or 13474948. OLE color: 13474948.

HSL color Cylindrical-coordinate representation of color #849CCD: hue angle of 220.27º 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 #849CCD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 156 205 -
CMYK 0.36 0.24 0 0.20
HSL 220.27º 0.42% 0.66% -
HSV(B) 220.27º 0.36% 0.8% -
XYZ 32.42 33.09 62.44 -
YUV 154.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 132 156 205 0.36 0.24 0 0.20 220.27 0.42 0.66
Hex 84 9C CD 24 18 0 14 DC 2A 42
Octal 204 234 315 44 30 0 24 334 52 102
Binary 10000100 10011100 11001101 100100 11000 0 10100 11011100 101010 1000010

Color Harmonies of #849CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CCD

Black with #849CCD

Text Example


Text Example

White with #849CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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