#8A7DB4

Color #8A7DB4 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8A7DB4

Tints of Deluge #8A7DB4

Color information

#8A7DB4 (or 0x8A7DB4) is unknown color: approx Deluge. HEX triplet: 8A, 7D and B4. RGB value is (138,125,180). Sum of RGB (Red+Green+Blue) = 138+125+180=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A7DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DB4 is #75824B. Grayscale: #868686. Windows color (decimal): -7701068 or 11828618. OLE color: 11828618.

HSL color Cylindrical-coordinate representation of color #8A7DB4: hue angle of 254.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A7DB4 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB138125180-
CMYK0.230.3100.29
HSL254.18º26.83%59.8%-
HSV(B)254.18º30.56%70.59%-
XYZ26.0523.3746.32-
YUV135.16153.31130.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.15%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=31.15%
G=28.22%
B=40.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381251800.230.3100.29254.1826.8359.8
Hex8A7DB4171F01Dfe1b3c
Octal21217526427370353763374
Binary1000101011111011011010010111111110111011111111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,125,180); }

 H1.HeaderClassName
 {
   color: #8A7DB4;
 }
 .AnyTagClassName
 {
   color: #8A7DB4;
 }
</style>
background-color css

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

 a { background-color: rgb(138,125,180); }

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

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

 span { border-color: rgb(138,125,180); }

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