#8A7D9B

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

Shades of Deluge #8A7D9B

Tints of Deluge #8A7D9B

Color information

#8A7D9B (or 0x8A7D9B) is unknown color: approx Deluge. HEX triplet: 8A, 7D and 9B. RGB value is (138,125,155). Sum of RGB (Red+Green+Blue) = 138+125+155=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D9B is #758264. Grayscale: #848484. Windows color (decimal): -7701093 or 10190218. OLE color: 10190218.

HSL color Cylindrical-coordinate representation of color #8A7D9B: hue angle of 266º 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 #8A7D9B is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138125155-
CMYK0.110.1900.39
HSL266º13.04%54.9%-
HSV(B)266º19.35%60.78%-
XYZ23.7322.4434.09-
YUV132.31140.81132.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=33.01%
G=29.90%
B=37.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381251550.110.1900.3926613.0454.9
Hex8A7D9BB1302710ad37
Octal21217523313230474121567
Binary1000101011111011001101110111001101001111000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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