#959A8C

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

Shades of Delta #959A8C

Tints of Delta #959A8C

Color information

#959A8C (or 0x959A8C) is unknown color: approx Delta. HEX triplet: 95, 9A and 8C. RGB value is (149,154,140). Sum of RGB (Red+Green+Blue) = 149+154+140=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 154 - color contains mainly: green. Hex color #959A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A8C is #6A6573. Grayscale: #969696. Windows color (decimal): -6972788 or 9214613. OLE color: 9214613.

HSL color Cylindrical-coordinate representation of color #959A8C: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959A8C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB149154140-
CMYK0.0300.090.40
HSL81.43º6.48%57.65%-
HSV(B)81.43º9.09%60.39%-
XYZ28.6831.3929.36-
YUV150.91121.84126.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=33.63%
G=34.76%
B=31.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491541400.0300.090.4081.436.4857.65
Hex959A8C309285163a
Octal225232214301150121672
Binary10010101100110101000110011010011010001010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959A8C; }

 p { color: rgb(149,154,140); }

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

<style>
 a { background-color: #959A8C; }

 a { background-color: rgb(149,154,140); }

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

<style>
 span { border-color: #959A8C; }

 span { border-color: rgb(149,154,140); }

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