#949A87

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

Shades of Delta #949A87

Tints of Delta #949A87

Color information

#949A87 (or 0x949A87) is unknown color: approx Delta. HEX triplet: 94, 9A and 87. RGB value is (148,154,135). Sum of RGB (Red+Green+Blue) = 148+154+135=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 154 - color contains mainly: green. Hex color #949A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A87 is #6B6578. Grayscale: #969696. Windows color (decimal): -7038329 or 8886932. OLE color: 8886932.

HSL color Cylindrical-coordinate representation of color #949A87: hue angle of 78.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949A87 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB148154135-
CMYK0.0400.120.40
HSL78.95º8.6%56.67%-
HSV(B)78.95º12.34%60.39%-
XYZ28.1431.1627.45-
YUV150.04119.51126.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=33.87%
G=35.24%
B=30.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481541350.0400.120.4078.958.656.67
Hex949A8740C284f939
Octal2242322074014501171171
Binary1001010010011010100001111000110010100010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,154,135); }

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

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

 a { background-color: rgb(148,154,135); }

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

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

 span { border-color: rgb(148,154,135); }

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