Html Css Color HEX #89A4CB Polo Blue

📋 copy color: '#89A4CB'

red 137 ◦ green 164 ◦ blue 203

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

Shades of Polo Blue #89A4CB

Tints of Polo Blue #89A4CB

RGB

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

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

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

R = 27.18%
G = 32.54%
B = 40.28%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89A4CB (or 0x89A4CB) is known color: Polo Blue. HEX triplet: 89, A4 and CB. RGB value is (137,164,203). Sum of RGB (Red+Green+Blue) = 137+164+203=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #89A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4CB is #765B34. Grayscale: #A0A0A0. Windows color (decimal): -7756597 or 13345929. OLE color: 13345929.

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

Color convert

RGB 137 164 203 -
CMYK 0.33 0.19 0 0.20
HSL 215.45º 0.39% 0.67% -
HSV(B) 215.45º 0.33% 0.8% -
XYZ 34.37 36.18 61.67 -
YUV 160.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 137 164 203 0.33 0.19 0 0.20 215.45 0.39 0.67
Hex 89 A4 CB 21 13 0 14 D7 27 43
Octal 211 244 313 41 23 0 24 327 47 103
Binary 10001001 10100100 11001011 100001 10011 0 10100 11010111 100111 1000011

Color Harmonies of #89A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4CB

Black with #89A4CB

Text Example


Text Example

White with #89A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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