Html Css Color HEX #989E93 Delta

📋 copy color: '#989E93'

red 152 ◦ green 158 ◦ blue 147

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

Shades of Delta #989E93

Tints of Delta #989E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 33.26%
G = 34.57%
B = 32.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#989E93 (or 0x989E93) is known color: Delta. HEX triplet: 98, 9E and 93. RGB value is (152,158,147). Sum of RGB (Red+Green+Blue) = 152+158+147=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 158 - color contains mainly: green. Hex color #989E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E93 is #67616C. Grayscale: #9A9A9A. Windows color (decimal): -6775149 or 9674392. OLE color: 9674392.

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

Color convert

RGB 152 158 147 -
CMYK 0.04 0 0.07 0.38
HSL 92.73º 0.05% 0.6% -
HSV(B) 92.73º 0.07% 0.62% -
XYZ 30.44 33.24 32.41 -
YUV 154.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 152 158 147 0.04 0 0.07 0.38 92.73 0.05 0.6
Hex 98 9E 93 4 0 7 26 5D 5 3C
Octal 230 236 223 4 0 7 46 135 5 74
Binary 10011000 10011110 10010011 100 0 111 100110 1011101 101 111100

Color Harmonies of #989E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E93

Black with #989E93

Text Example


Text Example

White with #989E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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