#949F8C

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

Shades of Delta #949F8C

Tints of Delta #949F8C

Color information

#949F8C (or 0x949F8C) is unknown color: approx Delta. HEX triplet: 94, 9F and 8C. RGB value is (148,159,140). Sum of RGB (Red+Green+Blue) = 148+159+140=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8C is #6B6073. Grayscale: #999999. Windows color (decimal): -7037044 or 9215892. OLE color: 9215892.

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

Color convert

RGB148159140-
CMYK0.0700.120.38
HSL94.74º9%58.63%-
HSV(B)94.74º11.95%62.35%-
XYZ29.3432.9929.63-
YUV153.54120.36124.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=33.11%
G=35.57%
B=31.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591400.0700.120.3894.74958.63
Hex949F8C70C265f93b
Octal2242372147014461371173
Binary1001010010011111100011001110110010011010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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