Html Css Color HEX #889DCE Polo Blue

📋 copy color: '#889DCE'

red 136 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #889DCE

Tints of Polo Blue #889DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.46%

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

R = 27.25%
G = 31.46%
B = 41.28%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#889DCE (or 0x889DCE) is known color: Polo Blue. HEX triplet: 88, 9D and CE. RGB value is (136,157,206). Sum of RGB (Red+Green+Blue) = 136+157+206=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #889DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCE is #776231. Grayscale: #9C9C9C. Windows color (decimal): -7823922 or 13540744. OLE color: 13540744.

HSL color Cylindrical-coordinate representation of color #889DCE: hue angle of 222º 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 #889DCE is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 157 206 -
CMYK 0.34 0.24 0 0.19
HSL 222º 0.42% 0.67% -
HSV(B) 222º 0.34% 0.81% -
XYZ 33.35 33.8 63.16 -
YUV 156.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 136 157 206 0.34 0.24 0 0.19 222 0.42 0.67
Hex 88 9D CE 22 18 0 13 DE 2A 43
Octal 210 235 316 42 30 0 23 336 52 103
Binary 10001000 10011101 11001110 100010 11000 0 10011 11011110 101010 1000011

Color Harmonies of #889DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DCE

Black with #889DCE

Text Example


Text Example

White with #889DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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