Html Css Color HEX #999E8D Delta

📋 copy color: '#999E8D'

red 153 ◦ green 158 ◦ blue 141

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

Shades of Delta #999E8D

Tints of Delta #999E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 33.85%
G = 34.96%
B = 31.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#999E8D (or 0x999E8D) is known color: Delta. HEX triplet: 99, 9E and 8D. RGB value is (153,158,141). Sum of RGB (Red+Green+Blue) = 153+158+141=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 158 - color contains mainly: green. Hex color #999E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E8D is #666172. Grayscale: #9A9A9A. Windows color (decimal): -6709619 or 9281177. OLE color: 9281177.

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

Color convert

RGB 153 158 141 -
CMYK 0.03 0 0.11 0.38
HSL 77.65º 0.08% 0.59% -
HSV(B) 77.65º 0.11% 0.62% -
XYZ 30.17 33.15 30.01 -
YUV 154.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 153 158 141 0.03 0 0.11 0.38 77.65 0.08 0.59
Hex 99 9E 8D 3 0 B 26 4E 8 3B
Octal 231 236 215 3 0 13 46 116 10 73
Binary 10011001 10011110 10001101 11 0 1011 100110 1001110 1000 111011

Color Harmonies of #999E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E8D

Black with #999E8D

Text Example


Text Example

White with #999E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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