Html Css Color HEX #8A7EAE Deluge

📋 copy color: '#8A7EAE'

red 138 ◦ green 126 ◦ blue 174

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

Shades of Deluge #8A7EAE

Tints of Deluge #8A7EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 31.51%
G = 28.77%
B = 39.73%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A7EAE (or 0x8A7EAE) is known color: Deluge. HEX triplet: 8A, 7E and AE. RGB value is (138,126,174). Sum of RGB (Red+Green+Blue) = 138+126+174=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7EAE is #758151. Grayscale: #868686. Windows color (decimal): -7700818 or 11435658. OLE color: 11435658.

HSL color Cylindrical-coordinate representation of color #8A7EAE: hue angle of 255º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7EAE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 126 174 -
CMYK 0.21 0.28 0 0.32
HSL 255º 0.23% 0.59% -
HSV(B) 255º 0.28% 0.68% -
XYZ 25.58 23.38 43.21 -
YUV 135.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 138 126 174 0.21 0.28 0 0.32 255 0.23 0.59
Hex 8A 7E AE 15 1C 0 20 FF 17 3B
Octal 212 176 256 25 34 0 40 377 27 73
Binary 10001010 1111110 10101110 10101 11100 0 100000 11111111 10111 111011

Color Harmonies of #8A7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EAE

Black with #8A7EAE

Text Example


Text Example

White with #8A7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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