Html Css Color HEX #8B7DAC Deluge

📋 copy color: '#8B7DAC'

red 139 ◦ green 125 ◦ blue 172

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

Shades of Deluge #8B7DAC

Tints of Deluge #8B7DAC

RGB

 RED value IS 139 (54.69% from 255) = 31.88%

 GREEN value IS 125 (49.22% from 255) = 28.67%

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 31.88%
G = 28.67%
B = 39.45%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B7DAC (or 0x8B7DAC) is known color: Deluge. HEX triplet: 8B, 7D and AC. RGB value is (139,125,172). Sum of RGB (Red+Green+Blue) = 139+125+172=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7DAC is #748253. Grayscale: #868686. Windows color (decimal): -7635540 or 11304331. OLE color: 11304331.

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

Color convert

RGB 139 125 172 -
CMYK 0.19 0.27 0 0.33
HSL 257.87º 0.22% 0.58% -
HSV(B) 257.87º 0.27% 0.67% -
XYZ 25.43 23.13 42.16 -
YUV 134.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 139 125 172 0.19 0.27 0 0.33 257.87 0.22 0.58
Hex 8B 7D AC 13 1B 0 21 102 16 3A
Octal 213 175 254 23 33 0 41 402 26 72
Binary 10001011 1111101 10101100 10011 11011 0 100001 100000010 10110 111010

Color Harmonies of #8B7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DAC

Black with #8B7DAC

Text Example


Text Example

White with #8B7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,172); }

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

background-color css

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

 a { background-color: rgb(139,125,172); }

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

border-color css

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

 span { border-color: rgb(139,125,172); }

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