Html Css Color HEX #989D90 Delta

📋 copy color: '#989D90'

red 152 ◦ green 157 ◦ blue 144

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

Shades of Delta #989D90

Tints of Delta #989D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 33.55%
G = 34.66%
B = 31.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#989D90 (or 0x989D90) is known color: Delta. HEX triplet: 98, 9D and 90. RGB value is (152,157,144). Sum of RGB (Red+Green+Blue) = 152+157+144=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 157 - color contains mainly: green. Hex color #989D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D90 is #67626F. Grayscale: #9A9A9A. Windows color (decimal): -6775408 or 9477528. OLE color: 9477528.

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

Color convert

RGB 152 157 144 -
CMYK 0.03 0 0.08 0.38
HSL 83.08º 0.06% 0.59% -
HSV(B) 83.08º 0.08% 0.62% -
XYZ 30.04 32.8 31.13 -
YUV 154.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 152 157 144 0.03 0 0.08 0.38 83.08 0.06 0.59
Hex 98 9D 90 3 0 8 26 53 6 3B
Octal 230 235 220 3 0 10 46 123 6 73
Binary 10011000 10011101 10010000 11 0 1000 100110 1010011 110 111011

Color Harmonies of #989D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D90

Black with #989D90

Text Example


Text Example

White with #989D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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