Html Css Color HEX #89A7D7 Polo Blue

📋 copy color: '#89A7D7'

red 137 ◦ green 167 ◦ blue 215

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

Shades of Polo Blue #89A7D7

Tints of Polo Blue #89A7D7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.18%

 BLUE value IS 215 (84.38% from 255) = 41.43%

R = 26.4%
G = 32.18%
B = 41.43%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89A7D7 (or 0x89A7D7) is known color: Polo Blue. HEX triplet: 89, A7 and D7. RGB value is (137,167,215). Sum of RGB (Red+Green+Blue) = 137+167+215=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #89A7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7D7 is #765828. Grayscale: #A3A3A3. Windows color (decimal): -7755817 or 14133129. OLE color: 14133129.

HSL color Cylindrical-coordinate representation of color #89A7D7: hue angle of 216.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89A7D7 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 167 215 -
CMYK 0.36 0.22 0 0.16
HSL 216.92º 0.49% 0.69% -
HSV(B) 216.92º 0.36% 0.84% -
XYZ 36.4 37.86 69.68 -
YUV 163.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 137 167 215 0.36 0.22 0 0.16 216.92 0.49 0.69
Hex 89 A7 D7 24 16 0 10 D9 31 45
Octal 211 247 327 44 26 0 20 331 61 105
Binary 10001001 10100111 11010111 100100 10110 0 10000 11011001 110001 1000101

Color Harmonies of #89A7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A7D7

Black with #89A7D7

Text Example


Text Example

White with #89A7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,167,215); }

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

background-color css

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

 a { background-color: rgb(137,167,215); }

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

border-color css

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

 span { border-color: rgb(137,167,215); }

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