#908794

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

Shades of Amethyst Smoke #908794

Tints of Amethyst Smoke #908794

Color information

#908794 (or 0x908794) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 87 and 94. RGB value is (144,135,148). Sum of RGB (Red+Green+Blue) = 144+135+148=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #908794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908794 is #6F786B. Grayscale: #8B8B8B. Windows color (decimal): -7305324 or 9734032. OLE color: 9734032.

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

Color convert

RGB144135148-
CMYK0.030.0900.42
HSL281.54º5.73%55.49%-
HSV(B)281.54º8.78%58.04%-
XYZ25.5125.431.57-
YUV139.17132.98131.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=33.72%
G=31.62%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441351480.030.0900.42281.545.7355.49
Hex9087943902A11a637
Octal220207224311052432667
Binary1001000010000111100101001110010101010100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908794; }

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

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

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

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

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

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

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

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