Html Css Color HEX #889FCA Polo Blue

📋 copy color: '#889FCA'

red 136 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #889FCA

Tints of Polo Blue #889FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 27.36%
G = 31.99%
B = 40.64%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#889FCA (or 0x889FCA) is known color: Polo Blue. HEX triplet: 88, 9F and CA. RGB value is (136,159,202). Sum of RGB (Red+Green+Blue) = 136+159+202=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #889FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FCA is #776035. Grayscale: #9C9C9C. Windows color (decimal): -7823414 or 13279112. OLE color: 13279112.

HSL color Cylindrical-coordinate representation of color #889FCA: hue angle of 219.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889FCA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 159 202 -
CMYK 0.33 0.21 0 0.21
HSL 219.09º 0.38% 0.66% -
HSV(B) 219.09º 0.33% 0.79% -
XYZ 33.21 34.29 60.75 -
YUV 157.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 136 159 202 0.33 0.21 0 0.21 219.09 0.38 0.66
Hex 88 9F CA 21 15 0 15 DB 26 42
Octal 210 237 312 41 25 0 25 333 46 102
Binary 10001000 10011111 11001010 100001 10101 0 10101 11011011 100110 1000010

Color Harmonies of #889FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FCA

Black with #889FCA

Text Example


Text Example

White with #889FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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