#8A7BB3

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

Shades of Deluge #8A7BB3

Tints of Deluge #8A7BB3

Color information

#8A7BB3 (or 0x8A7BB3) is unknown color: approx Deluge. HEX triplet: 8A, 7B and B3. RGB value is (138,123,179). Sum of RGB (Red+Green+Blue) = 138+123+179=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A7BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BB3 is #75844C. Grayscale: #858585. Windows color (decimal): -7701581 or 11762570. OLE color: 11762570.

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

Color convert

RGB138123179-
CMYK0.230.3100.30
HSL256.07º26.92%59.22%-
HSV(B)256.07º31.28%70.2%-
XYZ25.722.8245.7-
YUV133.87153.47130.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=31.36%
G=27.95%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381231790.230.3100.30256.0726.9259.22
Hex8A7BB3171F01E1001b3b
Octal21217326327370364003373
Binary10001010111101110110011101111111101111010000000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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