#899FC4

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

Shades of Polo Blue #899FC4

Tints of Polo Blue #899FC4

Color information

#899FC4 (or 0x899FC4) is unknown color: approx Polo Blue. HEX triplet: 89, 9F and C4. RGB value is (137,159,196). Sum of RGB (Red+Green+Blue) = 137+159+196=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #899FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FC4 is #76603B. Grayscale: #9C9C9C. Windows color (decimal): -7757884 or 12885897. OLE color: 12885897.

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

Color convert

RGB137159196-
CMYK0.300.1900.23
HSL217.63º33.33%65.29%-
HSV(B)217.63º30.1%76.86%-
XYZ32.6834.157.08-
YUV156.64150.21113.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=27.85%
G=32.32%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371591960.300.1900.23217.6333.3365.29
Hex899FC41E13017da2141
Octal211237304362302733241101
Binary1000100110011111110001001111010011010111110110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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