Html Css Color HEX #89A4C0 Polo Blue

📋 copy color: '#89A4C0'

red 137 ◦ green 164 ◦ blue 192

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

Shades of Polo Blue #89A4C0

Tints of Polo Blue #89A4C0

RGB

 RED value IS 137 (53.91% from 255) = 27.79%

 GREEN value IS 164 (64.45% from 255) = 33.27%

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 27.79%
G = 33.27%
B = 38.95%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89A4C0 (or 0x89A4C0) is known color: Polo Blue. HEX triplet: 89, A4 and C0. RGB value is (137,164,192). Sum of RGB (Red+Green+Blue) = 137+164+192=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #89A4C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4C0 is #765B3F. Grayscale: #9E9E9E. Windows color (decimal): -7756608 or 12625033. OLE color: 12625033.

HSL color Cylindrical-coordinate representation of color #89A4C0: hue angle of 210.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89A4C0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 164 192 -
CMYK 0.29 0.15 0 0.25
HSL 210.55º 0.3% 0.65% -
HSV(B) 210.55º 0.29% 0.75% -
XYZ 33.11 35.68 55.01 -
YUV 159.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 137 164 192 0.29 0.15 0 0.25 210.55 0.3 0.65
Hex 89 A4 C0 1D F 0 19 D3 1E 41
Octal 211 244 300 35 17 0 31 323 36 101
Binary 10001001 10100100 11000000 11101 1111 0 11001 11010011 11110 1000001

Color Harmonies of #89A4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4C0

Black with #89A4C0

Text Example


Text Example

White with #89A4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A4C0; }

 p { color: rgb(137,164,192); }

 H1.HeaderClassName
 {
   color: #89A4C0;
 }
 .AnyTagClassName
 {
   color: #89A4C0;
 }
</style>

background-color css

<style>
 a { background-color: #89A4C0; }

 a { background-color: rgb(137,164,192); }

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

border-color css

<style>
 span { border-color: #89A4C0; }

 span { border-color: rgb(137,164,192); }

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