Html Css Color HEX #849DCB Polo Blue

📋 copy color: '#849DCB'

red 132 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #849DCB

Tints of Polo Blue #849DCB

RGB

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

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

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

R = 26.83%
G = 31.91%
B = 41.26%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#849DCB (or 0x849DCB) is known color: Polo Blue. HEX triplet: 84, 9D and CB. RGB value is (132,157,203). Sum of RGB (Red+Green+Blue) = 132+157+203=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #849DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DCB is #7B6234. Grayscale: #9A9A9A. Windows color (decimal): -8086069 or 13344132. OLE color: 13344132.

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

Color convert

RGB 132 157 203 -
CMYK 0.35 0.23 0 0.20
HSL 218.87º 0.41% 0.66% -
HSV(B) 218.87º 0.35% 0.8% -
XYZ 32.35 33.33 61.23 -
YUV 154.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 132 157 203 0.35 0.23 0 0.20 218.87 0.41 0.66
Hex 84 9D CB 23 17 0 14 DB 29 42
Octal 204 235 313 43 27 0 24 333 51 102
Binary 10000100 10011101 11001011 100011 10111 0 10100 11011011 101001 1000010

Color Harmonies of #849DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DCB

Black with #849DCB

Text Example


Text Example

White with #849DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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