#949F8A

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

Shades of Delta #949F8A

Tints of Delta #949F8A

Color information

#949F8A (or 0x949F8A) is unknown color: approx Delta. HEX triplet: 94, 9F and 8A. RGB value is (148,159,138). Sum of RGB (Red+Green+Blue) = 148+159+138=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8A is #6B6075. Grayscale: #999999. Windows color (decimal): -7037046 or 9084820. OLE color: 9084820.

HSL color Cylindrical-coordinate representation of color #949F8A: hue angle of 91.43º degrees, saturation: 0.1, 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 #949F8A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB148159138-
CMYK0.0700.130.38
HSL91.43º9.86%58.24%-
HSV(B)91.43º13.21%62.35%-
XYZ29.232.9328.86-
YUV153.32119.36124.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=33.26%
G=35.73%
B=31.01%

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
Decimal1481591380.0700.130.3891.439.8658.24
Hex949F8A70D265ba3a
Octal2242372127015461331272
Binary1001010010011111100010101110110110011010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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