#8A7C9B

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

Shades of Deluge #8A7C9B

Tints of Deluge #8A7C9B

Color information

#8A7C9B (or 0x8A7C9B) is unknown color: approx Deluge. HEX triplet: 8A, 7C and 9B. RGB value is (138,124,155). Sum of RGB (Red+Green+Blue) = 138+124+155=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C9B is #758364. Grayscale: #838383. Windows color (decimal): -7701349 or 10189962. OLE color: 10189962.

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

Color convert

RGB138124155-
CMYK0.110.200.39
HSL267.1º13.42%54.71%-
HSV(B)267.1º20%60.78%-
XYZ23.6122.1934.05-
YUV131.72141.14132.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=33.09%
G=29.74%
B=37.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381241550.110.200.39267.113.4254.71
Hex8A7C9BB1402710bd37
Octal21217423313240474131567
Binary1000101011111001001101110111010001001111000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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