Html Css Color HEX #89A5C7 Polo Blue

📋 copy color: '#89A5C7'

red 137 ◦ green 165 ◦ blue 199

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

Shades of Polo Blue #89A5C7

Tints of Polo Blue #89A5C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 27.35%
G = 32.93%
B = 39.72%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#89A5C7 (or 0x89A5C7) is known color: Polo Blue. HEX triplet: 89, A5 and C7. RGB value is (137,165,199). Sum of RGB (Red+Green+Blue) = 137+165+199=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #89A5C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5C7 is #765A38. Grayscale: #A0A0A0. Windows color (decimal): -7756345 or 13084041. OLE color: 13084041.

HSL color Cylindrical-coordinate representation of color #89A5C7: hue angle of 212.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89A5C7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 165 199 -
CMYK 0.31 0.17 0 0.22
HSL 212.9º 0.36% 0.66% -
HSV(B) 212.9º 0.31% 0.78% -
XYZ 34.08 36.35 59.25 -
YUV 160.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 137 165 199 0.31 0.17 0 0.22 212.9 0.36 0.66
Hex 89 A5 C7 1F 11 0 16 D5 24 42
Octal 211 245 307 37 21 0 26 325 44 102
Binary 10001001 10100101 11000111 11111 10001 0 10110 11010101 100100 1000010

Color Harmonies of #89A5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5C7

Black with #89A5C7

Text Example


Text Example

White with #89A5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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