Html Css Color HEX #889CC4 Polo Blue

📋 copy color: '#889CC4'

red 136 ◦ green 156 ◦ blue 196

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

Shades of Polo Blue #889CC4

Tints of Polo Blue #889CC4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 27.87%
G = 31.97%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#889CC4 (or 0x889CC4) is known color: Polo Blue. HEX triplet: 88, 9C and C4. RGB value is (136,156,196). Sum of RGB (Red+Green+Blue) = 136+156+196=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #889CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC4 is #77633B. Grayscale: #9A9A9A. Windows color (decimal): -7824188 or 12885128. OLE color: 12885128.

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

Color convert

RGB 136 156 196 -
CMYK 0.31 0.20 0 0.23
HSL 220º 0.34% 0.65% -
HSV(B) 220º 0.31% 0.77% -
XYZ 32.01 33 56.91 -
YUV 154.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 136 156 196 0.31 0.20 0 0.23 220 0.34 0.65
Hex 88 9C C4 1F 14 0 17 DC 22 41
Octal 210 234 304 37 24 0 27 334 42 101
Binary 10001000 10011100 11000100 11111 10100 0 10111 11011100 100010 1000001

Color Harmonies of #889CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CC4

Black with #889CC4

Text Example


Text Example

White with #889CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,156,196); }

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

background-color css

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

 a { background-color: rgb(136,156,196); }

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

border-color css

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

 span { border-color: rgb(136,156,196); }

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