#899CC5

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

Shades of Polo Blue #899CC5

Tints of Polo Blue #899CC5

Color information

#899CC5 (or 0x899CC5) is unknown color: approx Polo Blue. HEX triplet: 89, 9C and C5. RGB value is (137,156,197). Sum of RGB (Red+Green+Blue) = 137+156+197=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #899CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CC5 is #76633A. Grayscale: #9A9A9A. Windows color (decimal): -7758651 or 12950665. OLE color: 12950665.

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

Color convert

RGB137156197-
CMYK0.300.2100.23
HSL221º34.09%65.49%-
HSV(B)221º30.46%77.25%-
XYZ32.2833.1357.52-
YUV154.99151.71115.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=27.96%
G=31.84%
B=40.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371561970.300.2100.2322134.0965.49
Hex899CC51E15017dd2241
Octal211234305362502733542101
Binary1000100110011100110001011111010101010111110111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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