#899DC4

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

Shades of Polo Blue #899DC4

Tints of Polo Blue #899DC4

Color information

#899DC4 (or 0x899DC4) is unknown color: approx Polo Blue. HEX triplet: 89, 9D and C4. RGB value is (137,157,196). Sum of RGB (Red+Green+Blue) = 137+157+196=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #899DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DC4 is #76623B. Grayscale: #9B9B9B. Windows color (decimal): -7758396 or 12885385. OLE color: 12885385.

HSL color Cylindrical-coordinate representation of color #899DC4: hue angle of 219.66º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899DC4 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137157196-
CMYK0.300.2000.23
HSL219.66º33.33%65.29%-
HSV(B)219.66º30.1%76.86%-
XYZ32.3433.4256.97-
YUV155.47150.87114.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 196 (76.95% from 255) = 40%
R=27.96%
G=32.04%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371571960.300.2000.23219.6633.3365.29
Hex899DC41E14017dc2141
Octal211235304362402733441101
Binary1000100110011101110001001111010100010111110111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899DC4; }

 p { color: rgb(137,157,196); }

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

<style>
 a { background-color: #899DC4; }

 a { background-color: rgb(137,157,196); }

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

<style>
 span { border-color: #899DC4; }

 span { border-color: rgb(137,157,196); }

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