Html Css Color HEX #949D8D Delta

📋 copy color: '#949D8D'

red 148 ◦ green 157 ◦ blue 141

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

Shades of Delta #949D8D

Tints of Delta #949D8D

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

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

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

R = 33.18%
G = 35.2%
B = 31.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#949D8D (or 0x949D8D) is known color: Delta. HEX triplet: 94, 9D and 8D. RGB value is (148,157,141). Sum of RGB (Red+Green+Blue) = 148+157+141=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #949D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D8D is #6B6272. Grayscale: #989898. Windows color (decimal): -7037555 or 9280916. OLE color: 9280916.

HSL color Cylindrical-coordinate representation of color #949D8D: hue angle of 93.75º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949D8D is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 141 -
CMYK 0.06 0 0.10 0.38
HSL 93.75º 0.08% 0.58% -
HSV(B) 93.75º 0.1% 0.62% -
XYZ 29.08 32.33 29.91 -
YUV 152.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 148 157 141 0.06 0 0.10 0.38 93.75 0.08 0.58
Hex 94 9D 8D 6 0 A 26 5E 8 3A
Octal 224 235 215 6 0 12 46 136 10 72
Binary 10010100 10011101 10001101 110 0 1010 100110 1011110 1000 111010

Color Harmonies of #949D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D8D

Black with #949D8D

Text Example


Text Example

White with #949D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949D8D; }

 p { color: rgb(148,157,141); }

 H1.HeaderClassName
 {
   color: #949D8D;
 }
 .AnyTagClassName
 {
   color: #949D8D;
 }
</style>

background-color css

<style>
 a { background-color: #949D8D; }

 a { background-color: rgb(148,157,141); }

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

border-color css

<style>
 span { border-color: #949D8D; }

 span { border-color: rgb(148,157,141); }

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