Html Css Color HEX #949E8B Delta

📋 copy color: '#949E8B'

red 148 ◦ green 158 ◦ blue 139

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

Shades of Delta #949E8B

Tints of Delta #949E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 33.26%
G = 35.51%
B = 31.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#949E8B (or 0x949E8B) is known color: Delta. HEX triplet: 94, 9E and 8B. RGB value is (148,158,139). Sum of RGB (Red+Green+Blue) = 148+158+139=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 158 - color contains mainly: green. Hex color #949E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E8B is #6B6174. Grayscale: #989898. Windows color (decimal): -7037301 or 9150100. OLE color: 9150100.

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

Color convert

RGB 148 158 139 -
CMYK 0.06 0 0.12 0.38
HSL 91.58º 0.09% 0.58% -
HSV(B) 91.58º 0.12% 0.62% -
XYZ 29.1 32.61 29.19 -
YUV 152.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 148 158 139 0.06 0 0.12 0.38 91.58 0.09 0.58
Hex 94 9E 8B 6 0 C 26 5C 9 3A
Octal 224 236 213 6 0 14 46 134 11 72
Binary 10010100 10011110 10001011 110 0 1100 100110 1011100 1001 111010

Color Harmonies of #949E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E8B

Black with #949E8B

Text Example


Text Example

White with #949E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,139); }

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

background-color css

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

 a { background-color: rgb(148,158,139); }

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

border-color css

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

 span { border-color: rgb(148,158,139); }

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