#95789E

Color #95789E Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #95789E

Tints of Amethyst Smoke #95789E

Color information

#95789E (or 0x95789E) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 78 and 9E. RGB value is (149,120,158). Sum of RGB (Red+Green+Blue) = 149+120+158=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #95789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789E is #6A8761. Grayscale: #848484. Windows color (decimal): -6981474 or 10385557. OLE color: 10385557.

HSL color Cylindrical-coordinate representation of color #95789E: hue angle of 285.79º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95789E is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149120158-
CMYK0.060.2400.38
HSL285.79º16.38%54.51%-
HSV(B)285.79º24.05%61.96%-
XYZ25.2822.2935.32-
YUV133142.11139.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=34.89%
G=28.10%
B=37.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491201580.060.2400.38285.7916.3854.51
Hex95789E61802611e1037
Octal2251702366300464362067
Binary1001010111110001001111011011000010011010001111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95789E; }

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

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

<style>
 a { background-color: #95789E; }

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

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

<style>
 span { border-color: #95789E; }

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

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