Html Css Color HEX #8A7E9B Deluge

📋 copy color: '#8A7E9B'

red 138 ◦ green 126 ◦ blue 155

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

Shades of Deluge #8A7E9B

Tints of Deluge #8A7E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 32.94%
G = 30.07%
B = 36.99%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A7E9B (or 0x8A7E9B) is known color: Deluge. HEX triplet: 8A, 7E and 9B. RGB value is (138,126,155). Sum of RGB (Red+Green+Blue) = 138+126+155=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E9B is #758164. Grayscale: #848484. Windows color (decimal): -7700837 or 10190474. OLE color: 10190474.

HSL color Cylindrical-coordinate representation of color #8A7E9B: hue angle of 264.83º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7E9B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 126 155 -
CMYK 0.11 0.19 0 0.39
HSL 264.83º 0.13% 0.55% -
HSV(B) 264.83º 0.19% 0.61% -
XYZ 23.86 22.69 34.13 -
YUV 132.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 138 126 155 0.11 0.19 0 0.39 264.83 0.13 0.55
Hex 8A 7E 9B B 13 0 27 109 D 37
Octal 212 176 233 13 23 0 47 411 15 67
Binary 10001010 1111110 10011011 1011 10011 0 100111 100001001 1101 110111

Color Harmonies of #8A7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E9B

Black with #8A7E9B

Text Example


Text Example

White with #8A7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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