Html Css Color HEX #989B99 Edward

📋 copy color: '#989B99'

red 152 ◦ green 155 ◦ blue 153

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

Shades of Edward #989B99

Tints of Edward #989B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 33.04%
G = 33.7%
B = 33.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#989B99 (or 0x989B99) is known color: Edward. HEX triplet: 98, 9B and 99. RGB value is (152,155,153). Sum of RGB (Red+Green+Blue) = 152+155+153=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 155 - color contains mainly: green. Hex color #989B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B99 is #676466. Grayscale: #999999. Windows color (decimal): -6775911 or 10066840. OLE color: 10066840.

HSL color Cylindrical-coordinate representation of color #989B99: hue angle of 140º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #989B99 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 155 153 -
CMYK 0.02 0 0.01 0.39
HSL 140º 0.01% 0.6% -
HSV(B) 140º 0.02% 0.61% -
XYZ 30.42 32.42 34.79 -
YUV 153.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 152 155 153 0.02 0 0.01 0.39 140 0.01 0.6
Hex 98 9B 99 2 0 1 27 8C 1 3C
Octal 230 233 231 2 0 1 47 214 1 74
Binary 10011000 10011011 10011001 10 0 1 100111 10001100 1 111100

Color Harmonies of #989B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989B99

Black with #989B99

Text Example


Text Example

White with #989B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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