Html Css Color HEX #989E99 Edward

📋 copy color: '#989E99'

red 152 ◦ green 158 ◦ blue 153

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

Shades of Edward #989E99

Tints of Edward #989E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 32.83%
G = 34.13%
B = 33.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#989E99 (or 0x989E99) is known color: Edward. HEX triplet: 98, 9E and 99. RGB value is (152,158,153). Sum of RGB (Red+Green+Blue) = 152+158+153=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 158 - color contains mainly: green. Hex color #989E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E99 is #676166. Grayscale: #9B9B9B. Windows color (decimal): -6775143 or 10067608. OLE color: 10067608.

HSL color Cylindrical-coordinate representation of color #989E99: hue angle of 130º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989E99 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 158 153 -
CMYK 0.04 0 0.03 0.38
HSL 130º 0.03% 0.61% -
HSV(B) 130º 0.04% 0.62% -
XYZ 30.93 33.43 34.96 -
YUV 155.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 152 158 153 0.04 0 0.03 0.38 130 0.03 0.61
Hex 98 9E 99 4 0 3 26 82 3 3D
Octal 230 236 231 4 0 3 46 202 3 75
Binary 10011000 10011110 10011001 100 0 11 100110 10000010 11 111101

Color Harmonies of #989E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E99

Black with #989E99

Text Example


Text Example

White with #989E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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