#8A7BAE

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

Shades of Deluge #8A7BAE

Tints of Deluge #8A7BAE

Color information

#8A7BAE (or 0x8A7BAE) is unknown color: approx Deluge. HEX triplet: 8A, 7B and AE. RGB value is (138,123,174). Sum of RGB (Red+Green+Blue) = 138+123+174=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7BAE is #758451. Grayscale: #858585. Windows color (decimal): -7701586 or 11434890. OLE color: 11434890.

HSL color Cylindrical-coordinate representation of color #8A7BAE: hue angle of 257.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7BAE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB138123174-
CMYK0.210.2900.32
HSL257.65º23.94%58.24%-
HSV(B)257.65º29.31%68.24%-
XYZ25.222.6343.08-
YUV133.3150.97131.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 40%
R=31.72%
G=28.28%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381231740.210.2900.32257.6523.9458.24
Hex8A7BAE151D020102183a
Octal21217325625350404023072
Binary100010101111011101011101010111101010000010000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,123,174); }

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

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

 a { background-color: rgb(138,123,174); }

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

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

 span { border-color: rgb(138,123,174); }

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