#889DCD

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

Shades of Polo Blue #889DCD

Tints of Polo Blue #889DCD

Color information

#889DCD (or 0x889DCD) is unknown color: approx Polo Blue. HEX triplet: 88, 9D and CD. RGB value is (136,157,205). Sum of RGB (Red+Green+Blue) = 136+157+205=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #889DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCD is #776232. Grayscale: #9B9B9B. Windows color (decimal): -7823923 or 13475208. OLE color: 13475208.

HSL color Cylindrical-coordinate representation of color #889DCD: hue angle of 221.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889DCD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136157205-
CMYK0.340.2300.20
HSL221.74º40.83%66.86%-
HSV(B)221.74º33.66%80.39%-
XYZ33.2333.7662.52-
YUV156.19155.54113.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.31%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=27.31%
G=31.53%
B=41.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361572050.340.2300.20221.7440.8366.86
Hex889DCD2217014de2943
Octal210235315422702433651103
Binary10001000100111011100110110001010111010100110111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,205); }

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

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

 a { background-color: rgb(136,157,205); }

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

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

 span { border-color: rgb(136,157,205); }

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