Html Css Color HEX #849ECB Polo Blue

📋 copy color: '#849ECB'

red 132 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #849ECB

Tints of Polo Blue #849ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 26.77%
G = 32.05%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849ECB (or 0x849ECB) is known color: Polo Blue. HEX triplet: 84, 9E and CB. RGB value is (132,158,203). Sum of RGB (Red+Green+Blue) = 132+158+203=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #849ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECB is #7B6134. Grayscale: #9B9B9B. Windows color (decimal): -8085813 or 13344388. OLE color: 13344388.

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

Color convert

RGB 132 158 203 -
CMYK 0.35 0.22 0 0.20
HSL 218.03º 0.41% 0.66% -
HSV(B) 218.03º 0.35% 0.8% -
XYZ 32.52 33.67 61.28 -
YUV 155.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 132 158 203 0.35 0.22 0 0.20 218.03 0.41 0.66
Hex 84 9E CB 23 16 0 14 DA 29 42
Octal 204 236 313 43 26 0 24 332 51 102
Binary 10000100 10011110 11001011 100011 10110 0 10100 11011010 101001 1000010

Color Harmonies of #849ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ECB

Black with #849ECB

Text Example


Text Example

White with #849ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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