Html Css Color HEX #889FCB Polo Blue

📋 copy color: '#889FCB'

red 136 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #889FCB

Tints of Polo Blue #889FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 27.31%
G = 31.93%
B = 40.76%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#889FCB (or 0x889FCB) is known color: Polo Blue. HEX triplet: 88, 9F and CB. RGB value is (136,159,203). Sum of RGB (Red+Green+Blue) = 136+159+203=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #889FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCB is #776034. Grayscale: #9C9C9C. Windows color (decimal): -7823413 or 13344648. OLE color: 13344648.

HSL color Cylindrical-coordinate representation of color #889FCB: hue angle of 219.4º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889FCB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 159 203 -
CMYK 0.33 0.22 0 0.20
HSL 219.4º 0.39% 0.66% -
HSV(B) 219.4º 0.33% 0.8% -
XYZ 33.33 34.34 61.37 -
YUV 157.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 136 159 203 0.33 0.22 0 0.20 219.4 0.39 0.66
Hex 88 9F CB 21 16 0 14 DB 27 42
Octal 210 237 313 41 26 0 24 333 47 102
Binary 10001000 10011111 11001011 100001 10110 0 10100 11011011 100111 1000010

Color Harmonies of #889FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FCB

Black with #889FCB

Text Example


Text Example

White with #889FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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