Html Css Color HEX #889FC6 Polo Blue

📋 copy color: '#889FC6'

red 136 ◦ green 159 ◦ blue 198

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

Shades of Polo Blue #889FC6

Tints of Polo Blue #889FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 27.59%
G = 32.25%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#889FC6 (or 0x889FC6) is known color: Polo Blue. HEX triplet: 88, 9F and C6. RGB value is (136,159,198). Sum of RGB (Red+Green+Blue) = 136+159+198=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #889FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC6 is #776039. Grayscale: #9C9C9C. Windows color (decimal): -7823418 or 13016968. OLE color: 13016968.

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

Color convert

RGB 136 159 198 -
CMYK 0.31 0.20 0 0.22
HSL 217.74º 0.35% 0.65% -
HSV(B) 217.74º 0.31% 0.78% -
XYZ 32.74 34.11 58.28 -
YUV 156.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 136 159 198 0.31 0.20 0 0.22 217.74 0.35 0.65
Hex 88 9F C6 1F 14 0 16 DA 23 41
Octal 210 237 306 37 24 0 26 332 43 101
Binary 10001000 10011111 11000110 11111 10100 0 10110 11011010 100011 1000001

Color Harmonies of #889FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FC6

Black with #889FC6

Text Example


Text Example

White with #889FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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