Html Css Color HEX #849ED1 Polo Blue

📋 copy color: '#849ED1'

red 132 ◦ green 158 ◦ blue 209

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

Shades of Polo Blue #849ED1

Tints of Polo Blue #849ED1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.66%

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 26.45%
G = 31.66%
B = 41.88%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#849ED1 (or 0x849ED1) is known color: Polo Blue. HEX triplet: 84, 9E and D1. RGB value is (132,158,209). Sum of RGB (Red+Green+Blue) = 132+158+209=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #849ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED1 is #7B612E. Grayscale: #9B9B9B. Windows color (decimal): -8085807 or 13737604. OLE color: 13737604.

HSL color Cylindrical-coordinate representation of color #849ED1: hue angle of 219.74º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849ED1 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 158 209 -
CMYK 0.37 0.24 0 0.18
HSL 219.74º 0.46% 0.67% -
HSV(B) 219.74º 0.37% 0.82% -
XYZ 33.25 33.96 65.12 -
YUV 156.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 132 158 209 0.37 0.24 0 0.18 219.74 0.46 0.67
Hex 84 9E D1 25 18 0 12 DC 2E 43
Octal 204 236 321 45 30 0 22 334 56 103
Binary 10000100 10011110 11010001 100101 11000 0 10010 11011100 101110 1000011

Color Harmonies of #849ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ED1

Black with #849ED1

Text Example


Text Example

White with #849ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,158,209); }

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

background-color css

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

 a { background-color: rgb(132,158,209); }

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

border-color css

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

 span { border-color: rgb(132,158,209); }

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