#89A9B7

Color #89A9B7 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #89A9B7

Tints of Botticelli #89A9B7

Color information

#89A9B7 (or 0x89A9B7) is unknown color: approx Botticelli. HEX triplet: 89, A9 and B7. RGB value is (137,169,183). Sum of RGB (Red+Green+Blue) = 137+169+183=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #89A9B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9B7 is #765648. Grayscale: #A0A0A0. Windows color (decimal): -7755337 or 12036489. OLE color: 12036489.

HSL color Cylindrical-coordinate representation of color #89A9B7: hue angle of 198.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89A9B7 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB137169183-
CMYK0.250.0800.28
HSL198.26º24.21%62.75%-
HSV(B)198.26º25.14%71.76%-
XYZ33.0537.1150.22-
YUV161.03140.4110.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.02%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=28.02%
G=34.56%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371691830.250.0800.28198.2624.2162.75
Hex89A9B719801Cc6183f
Octal21125126731100343063077
Binary1000100110101001101101111100110000111001100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,183); }

 H1.HeaderClassName
 {
   color: #89A9B7;
 }
 .AnyTagClassName
 {
   color: #89A9B7;
 }
</style>
background-color css

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

 a { background-color: rgb(137,169,183); }

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

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

 span { border-color: rgb(137,169,183); }

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