Html Css Color HEX #8A7AAE Deluge

📋 copy color: '#8A7AAE'

red 138 ◦ green 122 ◦ blue 174

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

Shades of Deluge #8A7AAE

Tints of Deluge #8A7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 31.8%
G = 28.11%
B = 40.09%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A7AAE (or 0x8A7AAE) is known color: Deluge. HEX triplet: 8A, 7A and AE. RGB value is (138,122,174). Sum of RGB (Red+Green+Blue) = 138+122+174=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7AAE is #758551. Grayscale: #848484. Windows color (decimal): -7701842 or 11434634. OLE color: 11434634.

HSL color Cylindrical-coordinate representation of color #8A7AAE: hue angle of 258.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7AAE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 122 174 -
CMYK 0.21 0.30 0 0.32
HSL 258.46º 0.24% 0.58% -
HSV(B) 258.46º 0.3% 0.68% -
XYZ 25.08 22.38 43.04 -
YUV 132.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 138 122 174 0.21 0.30 0 0.32 258.46 0.24 0.58
Hex 8A 7A AE 15 1E 0 20 102 18 3A
Octal 212 172 256 25 36 0 40 402 30 72
Binary 10001010 1111010 10101110 10101 11110 0 100000 100000010 11000 111010

Color Harmonies of #8A7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AAE

Black with #8A7AAE

Text Example


Text Example

White with #8A7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,174); }

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

background-color css

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

 a { background-color: rgb(138,122,174); }

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

border-color css

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

 span { border-color: rgb(138,122,174); }

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