#98A7AE

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

Shades of Botticelli #98A7AE

Tints of Botticelli #98A7AE

Color information

#98A7AE (or 0x98A7AE) is unknown color: approx Botticelli. HEX triplet: 98, A7 and AE. RGB value is (152,167,174). Sum of RGB (Red+Green+Blue) = 152+167+174=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #98A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A7AE is #675851. Grayscale: #A3A3A3. Windows color (decimal): -6772818 or 11446168. OLE color: 11446168.

HSL color Cylindrical-coordinate representation of color #98A7AE: hue angle of 199.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A7AE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152167174-
CMYK0.130.0400.32
HSL199.09º11.96%63.92%-
HSV(B)199.09º12.64%68.24%-
XYZ34.4137.3745.44-
YUV163.31134.03119.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=30.83%
G=33.87%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521671740.130.0400.32199.0911.9663.92
Hex98A7AED4020c7c40
Octal23024725615404030714100
Binary100110001010011110101110110110001000001100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A7AE; }

 p { color: rgb(152,167,174); }

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

<style>
 a { background-color: #98A7AE; }

 a { background-color: rgb(152,167,174); }

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

<style>
 span { border-color: #98A7AE; }

 span { border-color: rgb(152,167,174); }

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