Html Css Color HEX #849DC3 Polo Blue

📋 copy color: '#849DC3'

red 132 ◦ green 157 ◦ blue 195

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

Shades of Polo Blue #849DC3

Tints of Polo Blue #849DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 27.27%
G = 32.44%
B = 40.29%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#849DC3 (or 0x849DC3) is known color: Polo Blue. HEX triplet: 84, 9D and C3. RGB value is (132,157,195). Sum of RGB (Red+Green+Blue) = 132+157+195=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #849DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DC3 is #7B623C. Grayscale: #999999. Windows color (decimal): -8086077 or 12819844. OLE color: 12819844.

HSL color Cylindrical-coordinate representation of color #849DC3: hue angle of 216.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849DC3 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 157 195 -
CMYK 0.32 0.19 0 0.24
HSL 216.19º 0.34% 0.64% -
HSV(B) 216.19º 0.32% 0.76% -
XYZ 31.42 32.96 56.34 -
YUV 153.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 132 157 195 0.32 0.19 0 0.24 216.19 0.34 0.64
Hex 84 9D C3 20 13 0 18 D8 22 40
Octal 204 235 303 40 23 0 30 330 42 100
Binary 10000100 10011101 11000011 100000 10011 0 11000 11011000 100010 1000000

Color Harmonies of #849DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DC3

Black with #849DC3

Text Example


Text Example

White with #849DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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