#98A8B1

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

Shades of Nepal #98A8B1

Tints of Nepal #98A8B1

Color information

#98A8B1 (or 0x98A8B1) is unknown color: approx Nepal. HEX triplet: 98, A8 and B1. RGB value is (152,168,177). Sum of RGB (Red+Green+Blue) = 152+168+177=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #98A8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A8B1 is #67574E. Grayscale: #A4A4A4. Windows color (decimal): -6772559 or 11643032. OLE color: 11643032.

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

Color convert

RGB152168177-
CMYK0.140.0500.31
HSL201.6º13.81%64.51%-
HSV(B)201.6º14.12%69.41%-
XYZ34.8937.8547.06-
YUV164.24135.2119.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=30.58%
G=33.80%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521681770.140.0500.31201.613.8164.51
Hex98A8B1E501Fcae41
Octal23025026116503731216101
Binary10011000101010001011000111101010111111100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,168,177); }

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

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

 a { background-color: rgb(152,168,177); }

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

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

 span { border-color: rgb(152,168,177); }

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