#959E8B

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

Shades of Delta #959E8B

Tints of Delta #959E8B

Color information

#959E8B (or 0x959E8B) is unknown color: approx Delta. HEX triplet: 95, 9E and 8B. RGB value is (149,158,139). Sum of RGB (Red+Green+Blue) = 149+158+139=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #959E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E8B is #6A6174. Grayscale: #999999. Windows color (decimal): -6971765 or 9150101. OLE color: 9150101.

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

Color convert

RGB149158139-
CMYK0.0600.120.38
HSL88.42º8.92%58.24%-
HSV(B)88.42º12.03%61.96%-
XYZ29.2832.7129.2-
YUV153.14120.02125.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=33.41%
G=35.43%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581390.0600.120.3888.428.9258.24
Hex959E8B60C265893a
Octal2252362136014461301172
Binary1001010110011110100010111100110010011010110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,139); }

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

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

 a { background-color: rgb(149,158,139); }

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

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

 span { border-color: rgb(149,158,139); }

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