Html Css Color HEX #89A1CB Polo Blue

📋 copy color: '#89A1CB'

red 137 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #89A1CB

Tints of Polo Blue #89A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

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

R = 27.35%
G = 32.14%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89A1CB (or 0x89A1CB) is known color: Polo Blue. HEX triplet: 89, A1 and CB. RGB value is (137,161,203). Sum of RGB (Red+Green+Blue) = 137+161+203=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #89A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1CB is #765E34. Grayscale: #9E9E9E. Windows color (decimal): -7757365 or 13345161. OLE color: 13345161.

HSL color Cylindrical-coordinate representation of color #89A1CB: hue angle of 218.18º 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 #89A1CB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 161 203 -
CMYK 0.33 0.21 0 0.20
HSL 218.18º 0.39% 0.67% -
HSV(B) 218.18º 0.33% 0.8% -
XYZ 33.84 35.12 61.5 -
YUV 158.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 137 161 203 0.33 0.21 0 0.20 218.18 0.39 0.67
Hex 89 A1 CB 21 15 0 14 DA 27 43
Octal 211 241 313 41 25 0 24 332 47 103
Binary 10001001 10100001 11001011 100001 10101 0 10100 11011010 100111 1000011

Color Harmonies of #89A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A1CB

Black with #89A1CB

Text Example


Text Example

White with #89A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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