Html Css Color HEX #889DC9 Polo Blue

📋 copy color: '#889DC9'

red 136 ◦ green 157 ◦ blue 201

#889DC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #889DC9

Tints of Polo Blue #889DC9

RGB

 RED value IS 136 (53.52% from 255) = 27.53%

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 27.53%
G = 31.78%
B = 40.69%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#889DC9 (or 0x889DC9) is known color: Polo Blue. HEX triplet: 88, 9D and C9. RGB value is (136,157,201). Sum of RGB (Red+Green+Blue) = 136+157+201=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #889DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DC9 is #776236. Grayscale: #9B9B9B. Windows color (decimal): -7823927 or 13213064. OLE color: 13213064.

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

Color convert

RGB 136 157 201 -
CMYK 0.32 0.22 0 0.21
HSL 220.62º 0.38% 0.66% -
HSV(B) 220.62º 0.32% 0.79% -
XYZ 32.75 33.57 60.01 -
YUV 155.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 136 157 201 0.32 0.22 0 0.21 220.62 0.38 0.66
Hex 88 9D C9 20 16 0 15 DD 26 42
Octal 210 235 311 40 26 0 25 335 46 102
Binary 10001000 10011101 11001001 100000 10110 0 10101 11011101 100110 1000010

Color Harmonies of #889DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DC9

Black with #889DC9

Text Example


Text Example

White with #889DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #889DC9;
 }
 .AnyTagClassName
 {
   color: #889DC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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