#98A7AF

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

Shades of Nepal #98A7AF

Tints of Nepal #98A7AF

Color information

#98A7AF (or 0x98A7AF) is unknown color: approx Nepal. HEX triplet: 98, A7 and AF. RGB value is (152,167,175). Sum of RGB (Red+Green+Blue) = 152+167+175=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #98A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A7AF is #675850. Grayscale: #A3A3A3. Windows color (decimal): -6772817 or 11511704. OLE color: 11511704.

HSL color Cylindrical-coordinate representation of color #98A7AF: hue angle of 200.87º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98A7AF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152167175-
CMYK0.130.0500.31
HSL200.87º12.57%64.12%-
HSV(B)200.87º13.14%68.63%-
XYZ34.5137.4145.96-
YUV163.43134.53119.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=30.77%
G=33.81%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521671750.130.0500.31200.8712.5764.12
Hex98A7AFD501Fc9d40
Octal23024725715503731115100
Binary10011000101001111010111111011010111111100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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