Html Css Color HEX #849DCE Polo Blue

📋 copy color: '#849DCE'

red 132 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #849DCE

Tints of Polo Blue #849DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 26.67%
G = 31.72%
B = 41.62%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849DCE (or 0x849DCE) is known color: Polo Blue. HEX triplet: 84, 9D and CE. RGB value is (132,157,206). Sum of RGB (Red+Green+Blue) = 132+157+206=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #849DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DCE is #7B6231. Grayscale: #9A9A9A. Windows color (decimal): -8086066 or 13540740. OLE color: 13540740.

HSL color Cylindrical-coordinate representation of color #849DCE: hue angle of 219.73º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849DCE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 157 206 -
CMYK 0.36 0.24 0 0.19
HSL 219.73º 0.43% 0.66% -
HSV(B) 219.73º 0.36% 0.81% -
XYZ 32.71 33.48 63.13 -
YUV 155.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 132 157 206 0.36 0.24 0 0.19 219.73 0.43 0.66
Hex 84 9D CE 24 18 0 13 DC 2B 42
Octal 204 235 316 44 30 0 23 334 53 102
Binary 10000100 10011101 11001110 100100 11000 0 10011 11011100 101011 1000010

Color Harmonies of #849DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DCE

Black with #849DCE

Text Example


Text Example

White with #849DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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