#949F8B

Color #949F8B Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #949F8B

Tints of Delta #949F8B

Color information

#949F8B (or 0x949F8B) is unknown color: approx Delta. HEX triplet: 94, 9F and 8B. RGB value is (148,159,139). Sum of RGB (Red+Green+Blue) = 148+159+139=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8B is #6B6074. Grayscale: #999999. Windows color (decimal): -7037045 or 9150356. OLE color: 9150356.

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

Color convert

RGB148159139-
CMYK0.0700.130.38
HSL93º9.43%58.43%-
HSV(B)93º12.58%62.35%-
XYZ29.2732.9629.24-
YUV153.43119.86124.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=33.18%
G=35.65%
B=31.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591390.0700.130.38939.4358.43
Hex949F8B70D265d93a
Octal2242372137015461351172
Binary1001010010011111100010111110110110011010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #949F8B;
 }
 .AnyTagClassName
 {
   color: #949F8B;
 }
</style>
background-color css

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

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

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

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

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

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