Html Css Color HEX #849ED0 Polo Blue

📋 copy color: '#849ED0'

red 132 ◦ green 158 ◦ blue 208

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

Shades of Polo Blue #849ED0

Tints of Polo Blue #849ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 26.51%
G = 31.73%
B = 41.77%

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

#849ED0 (or 0x849ED0) is known color: Polo Blue. HEX triplet: 84, 9E and D0. RGB value is (132,158,208). Sum of RGB (Red+Green+Blue) = 132+158+208=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #849ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED0 is #7B612F. Grayscale: #9B9B9B. Windows color (decimal): -8085808 or 13672068. OLE color: 13672068.

HSL color Cylindrical-coordinate representation of color #849ED0: hue angle of 219.47º degrees, saturation: 0.45, 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 #849ED0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 158 208 -
CMYK 0.37 0.24 0 0.18
HSL 219.47º 0.45% 0.67% -
HSV(B) 219.47º 0.37% 0.82% -
XYZ 33.13 33.91 64.47 -
YUV 155.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 132 158 208 0.37 0.24 0 0.18 219.47 0.45 0.67
Hex 84 9E D0 25 18 0 12 DB 2D 43
Octal 204 236 320 45 30 0 22 333 55 103
Binary 10000100 10011110 11010000 100101 11000 0 10010 11011011 101101 1000011

Color Harmonies of #849ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ED0

Black with #849ED0

Text Example


Text Example

White with #849ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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