#899dc5

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

Shades of Polo Blue #899DC5

Tints of Polo Blue #899DC5

Color information

#899DC5 (or 0x899DC5) is unknown color: approx Polo Blue. HEX triplet: 89, 9D and C5. RGB value is (137,157,197). Sum of RGB (Red+Green+Blue) = 137+157+197=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #899DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DC5 is #76623A. Grayscale: #9B9B9B. Windows color (decimal): -7758395 or 12950921. OLE color: 12950921.

HSL color Cylindrical-coordinate representation of color #899DC5: hue angle of 220º degrees, saturation: 0.34, 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 #899DC5 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB137157197-
CMYK0.300.2000.23
HSL220º34.09%65.49%-
HSV(B)220º30.46%77.25%-
XYZ32.4533.4657.57-
YUV155.58151.37114.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=27.90%
G=31.98%
B=40.12%

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
Decimal1371571970.300.2000.2322034.0965.49
Hex899DC51E14017dc2241
Octal211235305362402733442101
Binary1000100110011101110001011111010100010111110111001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899dc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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