#889FCA

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

Shades of Polo Blue #889FCA

Tints of Polo Blue #889FCA

Color information

#889FCA (or 0x889FCA) is unknown color: approx Polo Blue. HEX triplet: 88, 9F and CA. RGB value is (136,159,202). Sum of RGB (Red+Green+Blue) = 136+159+202=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #889FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCA is #776035. Grayscale: #9C9C9C. Windows color (decimal): -7823414 or 13279112. OLE color: 13279112.

HSL color Cylindrical-coordinate representation of color #889FCA: hue angle of 219.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889FCA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136159202-
CMYK0.330.2100.21
HSL219.09º38.37%66.27%-
HSV(B)219.09º32.67%79.22%-
XYZ33.2134.2960.75-
YUV157.02153.38113-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=27.36%
G=31.99%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361592020.330.2100.21219.0938.3766.27
Hex889FCA2115015db2642
Octal210237312412502533346102
Binary10001000100111111100101010000110101010101110110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889FCA; }

 p { color: rgb(136,159,202); }

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

<style>
 a { background-color: #889FCA; }

 a { background-color: rgb(136,159,202); }

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

<style>
 span { border-color: #889FCA; }

 span { border-color: rgb(136,159,202); }

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