Html Css Color HEX #849CC5 Polo Blue

📋 copy color: '#849CC5'

red 132 ◦ green 156 ◦ blue 197

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

Shades of Polo Blue #849CC5

Tints of Polo Blue #849CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 27.22%
G = 32.16%
B = 40.62%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#849CC5 (or 0x849CC5) is known color: Polo Blue. HEX triplet: 84, 9C and C5. RGB value is (132,156,197). Sum of RGB (Red+Green+Blue) = 132+156+197=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #849CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CC5 is #7B633A. Grayscale: #999999. Windows color (decimal): -8086331 or 12950660. OLE color: 12950660.

HSL color Cylindrical-coordinate representation of color #849CC5: hue angle of 217.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849CC5 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 156 197 -
CMYK 0.33 0.21 0 0.23
HSL 217.85º 0.36% 0.65% -
HSV(B) 217.85º 0.33% 0.77% -
XYZ 31.48 32.71 57.48 -
YUV 153.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 132 156 197 0.33 0.21 0 0.23 217.85 0.36 0.65
Hex 84 9C C5 21 15 0 17 DA 24 41
Octal 204 234 305 41 25 0 27 332 44 101
Binary 10000100 10011100 11000101 100001 10101 0 10111 11011010 100100 1000001

Color Harmonies of #849CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CC5

Black with #849CC5

Text Example


Text Example

White with #849CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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