Html Css Color HEX #989498 London Hue

📋 copy color: '#989498'

red 152 ◦ green 148 ◦ blue 152

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

Shades of London Hue #989498

Tints of London Hue #989498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 33.63%
G = 32.74%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#989498 (or 0x989498) is known color: London Hue. HEX triplet: 98, 94 and 98. RGB value is (152,148,152). Sum of RGB (Red+Green+Blue) = 152+148+152=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #989498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989498 is #676B67. Grayscale: #959595. Windows color (decimal): -6777704 or 9999512. OLE color: 9999512.

HSL color Cylindrical-coordinate representation of color #989498: hue angle of 300º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989498 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 152 -
CMYK 0 0.03 0 0.40
HSL 300º 0.02% 0.59% -
HSV(B) 300º 0.03% 0.6% -
XYZ 29.21 30.12 33.98 -
YUV 149.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 152 148 152 0 0.03 0 0.40 300 0.02 0.59
Hex 98 94 98 0 3 0 28 12C 2 3B
Octal 230 224 230 0 3 0 50 454 2 73
Binary 10011000 10010100 10011000 0 11 0 101000 100101100 10 111011

Color Harmonies of #989498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989498

Black with #989498

Text Example


Text Example

White with #989498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989498; }

 p { color: rgb(152,148,152); }

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

background-color css

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

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

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

border-color css

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

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

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