Html Css Color HEX #849BC9 Polo Blue

📋 copy color: '#849BC9'

red 132 ◦ green 155 ◦ blue 201

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

Shades of Polo Blue #849BC9

Tints of Polo Blue #849BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.76%

 BLUE value IS 201 (78.91% from 255) = 41.19%

R = 27.05%
G = 31.76%
B = 41.19%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#849BC9 (or 0x849BC9) is known color: Polo Blue. HEX triplet: 84, 9B and C9. RGB value is (132,155,201). Sum of RGB (Red+Green+Blue) = 132+155+201=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #849BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BC9 is #7B6436. Grayscale: #999999. Windows color (decimal): -8086583 or 13212548. OLE color: 13212548.

HSL color Cylindrical-coordinate representation of color #849BC9: hue angle of 220º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #849BC9 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 155 201 -
CMYK 0.34 0.23 0 0.21
HSL 220º 0.39% 0.65% -
HSV(B) 220º 0.34% 0.79% -
XYZ 31.78 32.57 59.87 -
YUV 153.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 132 155 201 0.34 0.23 0 0.21 220 0.39 0.65
Hex 84 9B C9 22 17 0 15 DC 27 41
Octal 204 233 311 42 27 0 25 334 47 101
Binary 10000100 10011011 11001001 100010 10111 0 10101 11011100 100111 1000001

Color Harmonies of #849BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BC9

Black with #849BC9

Text Example


Text Example

White with #849BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,201); }

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

background-color css

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

 a { background-color: rgb(132,155,201); }

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

border-color css

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

 span { border-color: rgb(132,155,201); }

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