Html Css Color HEX #849FCB Polo Blue

📋 copy color: '#849FCB'

red 132 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #849FCB

Tints of Polo Blue #849FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

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

R = 26.72%
G = 32.19%
B = 41.09%

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

#849FCB (or 0x849FCB) is known color: Polo Blue. HEX triplet: 84, 9F and CB. RGB value is (132,159,203). Sum of RGB (Red+Green+Blue) = 132+159+203=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #849FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCB is #7B6034. Grayscale: #9B9B9B. Windows color (decimal): -8085557 or 13344644. OLE color: 13344644.

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

Color convert

RGB 132 159 203 -
CMYK 0.35 0.22 0 0.20
HSL 217.18º 0.41% 0.66% -
HSV(B) 217.18º 0.35% 0.8% -
XYZ 32.69 34.01 61.34 -
YUV 155.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 132 159 203 0.35 0.22 0 0.20 217.18 0.41 0.66
Hex 84 9F CB 23 16 0 14 D9 29 42
Octal 204 237 313 43 26 0 24 331 51 102
Binary 10000100 10011111 11001011 100011 10110 0 10100 11011001 101001 1000010

Color Harmonies of #849FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FCB

Black with #849FCB

Text Example


Text Example

White with #849FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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