Html Css Color HEX #849DC5 Polo Blue

📋 copy color: '#849DC5'

red 132 ◦ green 157 ◦ blue 197

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

Shades of Polo Blue #849DC5

Tints of Polo Blue #849DC5

RGB

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

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

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

R = 27.16%
G = 32.3%
B = 40.53%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#849DC5 (or 0x849DC5) is known color: Polo Blue. HEX triplet: 84, 9D and C5. RGB value is (132,157,197). Sum of RGB (Red+Green+Blue) = 132+157+197=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #849DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DC5 is #7B623A. Grayscale: #999999. Windows color (decimal): -8086075 or 12950916. OLE color: 12950916.

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

Color convert

RGB 132 157 197 -
CMYK 0.33 0.20 0 0.23
HSL 216.92º 0.36% 0.65% -
HSV(B) 216.92º 0.33% 0.77% -
XYZ 31.65 33.05 57.53 -
YUV 154.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 132 157 197 0.33 0.20 0 0.23 216.92 0.36 0.65
Hex 84 9D C5 21 14 0 17 D9 24 41
Octal 204 235 305 41 24 0 27 331 44 101
Binary 10000100 10011101 11000101 100001 10100 0 10111 11011001 100100 1000001

Color Harmonies of #849DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DC5

Black with #849DC5

Text Example


Text Example

White with #849DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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