Html Css Color HEX #849ACB Polo Blue

📋 copy color: '#849ACB'

red 132 ◦ green 154 ◦ blue 203

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

Shades of Polo Blue #849ACB

Tints of Polo Blue #849ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 26.99%
G = 31.49%
B = 41.51%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849ACB (or 0x849ACB) is known color: Polo Blue. HEX triplet: 84, 9A and CB. RGB value is (132,154,203). Sum of RGB (Red+Green+Blue) = 132+154+203=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #849ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACB is #7B6534. Grayscale: #989898. Windows color (decimal): -8086837 or 13343364. OLE color: 13343364.

HSL color Cylindrical-coordinate representation of color #849ACB: hue angle of 221.41º 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 #849ACB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 154 203 -
CMYK 0.35 0.24 0 0.20
HSL 221.41º 0.41% 0.66% -
HSV(B) 221.41º 0.35% 0.8% -
XYZ 31.85 32.33 61.06 -
YUV 153.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 132 154 203 0.35 0.24 0 0.20 221.41 0.41 0.66
Hex 84 9A CB 23 18 0 14 DD 29 42
Octal 204 232 313 43 30 0 24 335 51 102
Binary 10000100 10011010 11001011 100011 11000 0 10100 11011101 101001 1000010

Color Harmonies of #849ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ACB

Black with #849ACB

Text Example


Text Example

White with #849ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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