Html Css Color HEX #849DC4 Polo Blue

📋 copy color: '#849DC4'

red 132 ◦ green 157 ◦ blue 196

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

Shades of Polo Blue #849DC4

Tints of Polo Blue #849DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 27.22%
G = 32.37%
B = 40.41%

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

#849DC4 (or 0x849DC4) is known color: Polo Blue. HEX triplet: 84, 9D and C4. RGB value is (132,157,196). Sum of RGB (Red+Green+Blue) = 132+157+196=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #849DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DC4 is #7B623B. Grayscale: #999999. Windows color (decimal): -8086076 or 12885380. OLE color: 12885380.

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

Color convert

RGB 132 157 196 -
CMYK 0.33 0.20 0 0.23
HSL 216.56º 0.35% 0.64% -
HSV(B) 216.56º 0.33% 0.77% -
XYZ 31.54 33.01 56.93 -
YUV 153.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 132 157 196 0.33 0.20 0 0.23 216.56 0.35 0.64
Hex 84 9D C4 21 14 0 17 D9 23 40
Octal 204 235 304 41 24 0 27 331 43 100
Binary 10000100 10011101 11000100 100001 10100 0 10111 11011001 100011 1000000

Color Harmonies of #849DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DC4

Black with #849DC4

Text Example


Text Example

White with #849DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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