Html Css Color HEX #889FCE Polo Blue

📋 copy color: '#889FCE'

red 136 ◦ green 159 ◦ blue 206

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

Shades of Polo Blue #889FCE

Tints of Polo Blue #889FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 27.15%
G = 31.74%
B = 41.12%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889FCE (or 0x889FCE) is known color: Polo Blue. HEX triplet: 88, 9F and CE. RGB value is (136,159,206). Sum of RGB (Red+Green+Blue) = 136+159+206=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #889FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCE is #776031. Grayscale: #9D9D9D. Windows color (decimal): -7823410 or 13541256. OLE color: 13541256.

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

Color convert

RGB 136 159 206 -
CMYK 0.34 0.23 0 0.19
HSL 220.29º 0.42% 0.67% -
HSV(B) 220.29º 0.34% 0.81% -
XYZ 33.69 34.49 63.27 -
YUV 157.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 136 159 206 0.34 0.23 0 0.19 220.29 0.42 0.67
Hex 88 9F CE 22 17 0 13 DC 2A 43
Octal 210 237 316 42 27 0 23 334 52 103
Binary 10001000 10011111 11001110 100010 10111 0 10011 11011100 101010 1000011

Color Harmonies of #889FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FCE

Black with #889FCE

Text Example


Text Example

White with #889FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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