Html Css Color HEX #98A7B2 Nepal

📋 copy color: '#98A7B2'

red 152 ◦ green 167 ◦ blue 178

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

Shades of Nepal #98A7B2

Tints of Nepal #98A7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 30.58%
G = 33.6%
B = 35.81%

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

#98A7B2 (or 0x98A7B2) is known color: Nepal. HEX triplet: 98, A7 and B2. RGB value is (152,167,178). Sum of RGB (Red+Green+Blue) = 152+167+178=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #98A7B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A7B2 is #67584D. Grayscale: #A3A3A3. Windows color (decimal): -6772814 or 11708312. OLE color: 11708312.

HSL color Cylindrical-coordinate representation of color #98A7B2: hue angle of 205.38º degrees, saturation: 0.14, 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 #98A7B2 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 167 178 -
CMYK 0.15 0.06 0 0.30
HSL 205.38º 0.14% 0.65% -
HSV(B) 205.38º 0.15% 0.7% -
XYZ 34.8 37.53 47.53 -
YUV 163.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 152 167 178 0.15 0.06 0 0.30 205.38 0.14 0.65
Hex 98 A7 B2 F 6 0 1E CD E 41
Octal 230 247 262 17 6 0 36 315 16 101
Binary 10011000 10100111 10110010 1111 110 0 11110 11001101 1110 1000001

Color Harmonies of #98A7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A7B2

Black with #98A7B2

Text Example


Text Example

White with #98A7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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