Html Css Color HEX #999098 London Hue

📋 copy color: '#999098'

red 153 ◦ green 144 ◦ blue 152

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

Shades of London Hue #999098

Tints of London Hue #999098

RGB

 RED value IS 153 (60.16% from 255) = 34.08%

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 34.08%
G = 32.07%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#999098 (or 0x999098) is known color: London Hue. HEX triplet: 99, 90 and 98. RGB value is (153,144,152). Sum of RGB (Red+Green+Blue) = 153+144+152=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 153 - color contains mainly: red. Hex color #999098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999098 is #666F67. Grayscale: #939393. Windows color (decimal): -6713192 or 9998489. OLE color: 9998489.

HSL color Cylindrical-coordinate representation of color #999098: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999098 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 152 -
CMYK 0 0.06 0.01 0.4
HSL 306.67º 0.04% 0.58% -
HSV(B) 306.67º 0.06% 0.6% -
XYZ 28.78 28.99 33.78 -
YUV 147.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 153 144 152 0 0.06 0.01 0.4 306.67 0.04 0.58
Hex 99 90 98 0 6 1 28 133 4 3A
Octal 231 220 230 0 6 1 50 463 4 72
Binary 10011001 10010000 10011000 0 110 1 101000 100110011 100 111010

Color Harmonies of #999098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999098

Black with #999098

Text Example


Text Example

White with #999098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999098; }

 p { color: rgb(153,144,152); }

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

background-color css

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

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

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

border-color css

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

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

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