Html Css Color HEX #849ECD Polo Blue

📋 copy color: '#849ECD'

red 132 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #849ECD

Tints of Polo Blue #849ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 26.67%
G = 31.92%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849ECD (or 0x849ECD) is known color: Polo Blue. HEX triplet: 84, 9E and CD. RGB value is (132,158,205). Sum of RGB (Red+Green+Blue) = 132+158+205=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #849ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECD is #7B6132. Grayscale: #9B9B9B. Windows color (decimal): -8085811 or 13475460. OLE color: 13475460.

HSL color Cylindrical-coordinate representation of color #849ECD: hue angle of 218.63º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849ECD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 158 205 -
CMYK 0.36 0.23 0 0.20
HSL 218.63º 0.42% 0.66% -
HSV(B) 218.63º 0.36% 0.8% -
XYZ 32.76 33.77 62.55 -
YUV 155.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 132 158 205 0.36 0.23 0 0.20 218.63 0.42 0.66
Hex 84 9E CD 24 17 0 14 DB 2A 42
Octal 204 236 315 44 27 0 24 333 52 102
Binary 10000100 10011110 11001101 100100 10111 0 10100 11011011 101010 1000010

Color Harmonies of #849ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ECD

Black with #849ECD

Text Example


Text Example

White with #849ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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