Html Css Color HEX #98A9B3 Nepal

📋 copy color: '#98A9B3'

red 152 ◦ green 169 ◦ blue 179

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

Shades of Nepal #98A9B3

Tints of Nepal #98A9B3

RGB

 RED value IS 152 (59.77% from 255) = 30.4%

 GREEN value IS 169 (66.41% from 255) = 33.8%

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 30.4%
G = 33.8%
B = 35.8%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#98A9B3 (or 0x98A9B3) is known color: Nepal. HEX triplet: 98, A9 and B3. RGB value is (152,169,179). Sum of RGB (Red+Green+Blue) = 152+169+179=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #98A9B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9B3 is #67564C. Grayscale: #A5A5A5. Windows color (decimal): -6772301 or 11774360. OLE color: 11774360.

HSL color Cylindrical-coordinate representation of color #98A9B3: hue angle of 202.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A9B3 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 169 179 -
CMYK 0.15 0.06 0 0.30
HSL 202.22º 0.15% 0.65% -
HSV(B) 202.22º 0.15% 0.7% -
XYZ 35.27 38.31 48.18 -
YUV 165.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 152 169 179 0.15 0.06 0 0.30 202.22 0.15 0.65
Hex 98 A9 B3 F 6 0 1E CA F 41
Octal 230 251 263 17 6 0 36 312 17 101
Binary 10011000 10101001 10110011 1111 110 0 11110 11001010 1111 1000001

Color Harmonies of #98A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A9B3

Black with #98A9B3

Text Example


Text Example

White with #98A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,169,179); }

 H1.HeaderClassName
 {
   color: #98A9B3;
 }
 .AnyTagClassName
 {
   color: #98A9B3;
 }
</style>

background-color css

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

 a { background-color: rgb(152,169,179); }

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

border-color css

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

 span { border-color: rgb(152,169,179); }

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