Html Css Color HEX #8A7794 Amethyst Smoke

📋 copy color: '#8A7794'

red 138 ◦ green 119 ◦ blue 148

#8A7794
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #8A7794

Tints of Amethyst Smoke #8A7794

RGB

 RED value IS 138 (54.3% from 255) = 34.07%

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 34.07%
G = 29.38%
B = 36.54%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A7794 (or 0x8A7794) is known color: Amethyst Smoke. HEX triplet: 8A, 77 and 94. RGB value is (138,119,148). Sum of RGB (Red+Green+Blue) = 138+119+148=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7794 is #75886B. Grayscale: #7F7F7F. Windows color (decimal): -7702636 or 9729930. OLE color: 9729930.

HSL color Cylindrical-coordinate representation of color #8A7794: hue angle of 279.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7794 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 119 148 -
CMYK 0.07 0.20 0 0.42
HSL 279.31º 0.12% 0.52% -
HSV(B) 279.31º 0.2% 0.58% -
XYZ 22.42 20.74 30.84 -
YUV 127.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 138 119 148 0.07 0.20 0 0.42 279.31 0.12 0.52
Hex 8A 77 94 7 14 0 2A 117 C 34
Octal 212 167 224 7 24 0 52 427 14 64
Binary 10001010 1110111 10010100 111 10100 0 101010 100010111 1100 110100

Color Harmonies of #8A7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7794

Black with #8A7794

Text Example


Text Example

White with #8A7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7794; }

 p { color: rgb(138,119,148); }

 H1.HeaderClassName
 {
   color: #8A7794;
 }
 .AnyTagClassName
 {
   color: #8A7794;
 }
</style>

background-color css

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

 a { background-color: rgb(138,119,148); }

 div.DivClassName
 {
   background-color: #8A7794;
 }
 .BgClassName
 {
   background-color: #8A7794;
 }
</style>

border-color css

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

 span { border-color: rgb(138,119,148); }

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