#847BAE

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

Shades of Deluge #847BAE

Tints of Deluge #847BAE

Color information

#847BAE (or 0x847BAE) is unknown color: approx Deluge. HEX triplet: 84, 7B and AE. RGB value is (132,123,174). Sum of RGB (Red+Green+Blue) = 132+123+174=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #847BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAE is #7B8451. Grayscale: #838383. Windows color (decimal): -8094802 or 11434884. OLE color: 11434884.

HSL color Cylindrical-coordinate representation of color #847BAE: hue angle of 250.59º 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 #847BAE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132123174-
CMYK0.240.2900.32
HSL250.59º23.94%58.24%-
HSV(B)250.59º29.31%68.24%-
XYZ24.2422.1343.04-
YUV131.5151.98128.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=30.77%
G=28.67%
B=40.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321231740.240.2900.32250.5923.9458.24
Hex847BAE181D020fb183a
Octal20417325630350403733072
Binary10000100111101110101110110001110101000001111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847BAE; }

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

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

<style>
 a { background-color: #847BAE; }

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

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

<style>
 span { border-color: #847BAE; }

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

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