#849FC4

Color #849FC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #849FC4

Tints of Polo Blue #849FC4

Color information

#849FC4 (or 0x849FC4) is unknown color: approx Polo Blue. HEX triplet: 84, 9F and C4. RGB value is (132,159,196). Sum of RGB (Red+Green+Blue) = 132+159+196=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #849FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FC4 is #7B603B. Grayscale: #9A9A9A. Windows color (decimal): -8085564 or 12885892. OLE color: 12885892.

HSL color Cylindrical-coordinate representation of color #849FC4: hue angle of 214.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #849FC4 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB132159196-
CMYK0.330.1900.23
HSL214.69º35.16%64.31%-
HSV(B)214.69º32.65%76.86%-
XYZ31.8833.6957.05-
YUV155.14151.05111.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 196 (76.95% from 255) = 40.25%
R=27.10%
G=32.65%
B=40.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321591960.330.1900.23214.6935.1664.31
Hex849FC42113017d72340
Octal204237304412302732743100
Binary10000100100111111100010010000110011010111110101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #849FC4;
 }
 .AnyTagClassName
 {
   color: #849FC4;
 }
</style>
background-color css

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

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

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

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

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

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