#899EC6

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

Shades of Polo Blue #899EC6

Tints of Polo Blue #899EC6

Color information

#899EC6 (or 0x899EC6) is unknown color: approx Polo Blue. HEX triplet: 89, 9E and C6. RGB value is (137,158,198). Sum of RGB (Red+Green+Blue) = 137+158+198=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #899EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EC6 is #766139. Grayscale: #9C9C9C. Windows color (decimal): -7758138 or 13016713. OLE color: 13016713.

HSL color Cylindrical-coordinate representation of color #899EC6: hue angle of 219.34º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899EC6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB137158198-
CMYK0.310.2000.22
HSL219.34º34.86%65.69%-
HSV(B)219.34º30.81%77.65%-
XYZ32.7433.8558.23-
YUV156.28151.54114.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=27.79%
G=32.05%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1371581980.310.2000.22219.3434.8665.69
Hex899EC61F14016db2342
Octal211236306372402633343102
Binary1000100110011110110001101111110100010110110110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,158,198); }

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

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

 a { background-color: rgb(137,158,198); }

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

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

 span { border-color: rgb(137,158,198); }

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