Html Css Color HEX #8A7E9D Deluge

📋 copy color: '#8A7E9D'

red 138 ◦ green 126 ◦ blue 157

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

Shades of Deluge #8A7E9D

Tints of Deluge #8A7E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 32.78%
G = 29.93%
B = 37.29%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A7E9D (or 0x8A7E9D) is known color: Deluge. HEX triplet: 8A, 7E and 9D. RGB value is (138,126,157). Sum of RGB (Red+Green+Blue) = 138+126+157=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E9D is #758162. Grayscale: #858585. Windows color (decimal): -7700835 or 10321546. OLE color: 10321546.

HSL color Cylindrical-coordinate representation of color #8A7E9D: hue angle of 263.23º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7E9D is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 126 157 -
CMYK 0.12 0.20 0 0.38
HSL 263.23º 0.14% 0.55% -
HSV(B) 263.23º 0.2% 0.62% -
XYZ 24.03 22.76 35.02 -
YUV 133.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 138 126 157 0.12 0.20 0 0.38 263.23 0.14 0.55
Hex 8A 7E 9D C 14 0 26 107 E 37
Octal 212 176 235 14 24 0 46 407 16 67
Binary 10001010 1111110 10011101 1100 10100 0 100110 100000111 1110 110111

Color Harmonies of #8A7E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E9D

Black with #8A7E9D

Text Example


Text Example

White with #8A7E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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