Html Css Color HEX #889DCC Polo Blue

📋 copy color: '#889DCC'

red 136 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #889DCC

Tints of Polo Blue #889DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 27.36%
G = 31.59%
B = 41.05%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#889DCC (or 0x889DCC) is known color: Polo Blue. HEX triplet: 88, 9D and CC. RGB value is (136,157,204). Sum of RGB (Red+Green+Blue) = 136+157+204=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #889DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCC is #776233. Grayscale: #9B9B9B. Windows color (decimal): -7823924 or 13409672. OLE color: 13409672.

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

Color convert

RGB 136 157 204 -
CMYK 0.33 0.23 0 0.2
HSL 221.47º 0.4% 0.67% -
HSV(B) 221.47º 0.33% 0.8% -
XYZ 33.11 33.71 61.89 -
YUV 156.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 136 157 204 0.33 0.23 0 0.2 221.47 0.4 0.67
Hex 88 9D CC 21 17 0 14 DD 28 43
Octal 210 235 314 41 27 0 24 335 50 103
Binary 10001000 10011101 11001100 100001 10111 0 10100 11011101 101000 1000011

Color Harmonies of #889DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DCC

Black with #889DCC

Text Example


Text Example

White with #889DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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