#93958F

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

Shades of Delta #93958F

Tints of Delta #93958F

Color information

#93958F (or 0x93958F) is unknown color: approx Delta. HEX triplet: 93, 95 and 8F. RGB value is (147,149,143). Sum of RGB (Red+Green+Blue) = 147+149+143=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 149 - color contains mainly: green. Hex color #93958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93958F is #6C6A70. Grayscale: #939393. Windows color (decimal): -7105137 or 9409939. OLE color: 9409939.

HSL color Cylindrical-coordinate representation of color #93958F: hue angle of 80º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #93958F is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147149143-
CMYK0.0100.040.42
HSL80º2.75%57.25%-
HSV(B)80º4.03%58.43%-
XYZ27.7429.6830.25-
YUV147.72125.34127.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=33.49%
G=33.94%
B=32.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471491430.0100.040.42802.7557.25
Hex93958F1042A50339
Octal22322521710452120371
Binary10010011100101011000111110100101010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93958F; }

 p { color: rgb(147,149,143); }

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

<style>
 a { background-color: #93958F; }

 a { background-color: rgb(147,149,143); }

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

<style>
 span { border-color: #93958F; }

 span { border-color: rgb(147,149,143); }

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