Html Css Color HEX #89A5C3 Polo Blue

📋 copy color: '#89A5C3'

red 137 ◦ green 165 ◦ blue 195

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

Shades of Polo Blue #89A5C3

Tints of Polo Blue #89A5C3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 27.57%
G = 33.2%
B = 39.24%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89A5C3 (or 0x89A5C3) is known color: Polo Blue. HEX triplet: 89, A5 and C3. RGB value is (137,165,195). Sum of RGB (Red+Green+Blue) = 137+165+195=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #89A5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5C3 is #765A3C. Grayscale: #9F9F9F. Windows color (decimal): -7756349 or 12821897. OLE color: 12821897.

HSL color Cylindrical-coordinate representation of color #89A5C3: hue angle of 211.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89A5C3 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 165 195 -
CMYK 0.30 0.15 0 0.24
HSL 211.03º 0.33% 0.65% -
HSV(B) 211.03º 0.3% 0.76% -
XYZ 33.62 36.17 56.84 -
YUV 160.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 137 165 195 0.30 0.15 0 0.24 211.03 0.33 0.65
Hex 89 A5 C3 1E F 0 18 D3 21 41
Octal 211 245 303 36 17 0 30 323 41 101
Binary 10001001 10100101 11000011 11110 1111 0 11000 11010011 100001 1000001

Color Harmonies of #89A5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5C3

Black with #89A5C3

Text Example


Text Example

White with #89A5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,165,195); }

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

background-color css

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

 a { background-color: rgb(137,165,195); }

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

border-color css

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

 span { border-color: rgb(137,165,195); }

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