Html Css Color HEX #8A7EAB Deluge

📋 copy color: '#8A7EAB'

red 138 ◦ green 126 ◦ blue 171

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

Shades of Deluge #8A7EAB

Tints of Deluge #8A7EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 31.72%
G = 28.97%
B = 39.31%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A7EAB (or 0x8A7EAB) is known color: Deluge. HEX triplet: 8A, 7E and AB. RGB value is (138,126,171). Sum of RGB (Red+Green+Blue) = 138+126+171=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A7EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7EAB is #758154. Grayscale: #868686. Windows color (decimal): -7700821 or 11239050. OLE color: 11239050.

HSL color Cylindrical-coordinate representation of color #8A7EAB: hue angle of 256º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7EAB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 126 171 -
CMYK 0.19 0.26 0 0.33
HSL 256º 0.21% 0.58% -
HSV(B) 256º 0.26% 0.67% -
XYZ 25.29 23.27 41.69 -
YUV 134.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 138 126 171 0.19 0.26 0 0.33 256 0.21 0.58
Hex 8A 7E AB 13 1A 0 21 100 15 3A
Octal 212 176 253 23 32 0 41 400 25 72
Binary 10001010 1111110 10101011 10011 11010 0 100001 100000000 10101 111010

Color Harmonies of #8A7EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EAB

Black with #8A7EAB

Text Example


Text Example

White with #8A7EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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