#847BAD

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

Shades of Deluge #847BAD

Tints of Deluge #847BAD

Color information

#847BAD (or 0x847BAD) is unknown color: approx Deluge. HEX triplet: 84, 7B and AD. RGB value is (132,123,173). Sum of RGB (Red+Green+Blue) = 132+123+173=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #847BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847BAD is #7B8452. Grayscale: #838383. Windows color (decimal): -8094803 or 11369348. OLE color: 11369348.

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

Color convert

RGB132123173-
CMYK0.240.2900.32
HSL250.8º23.36%58.04%-
HSV(B)250.8º28.9%67.84%-
XYZ24.1422.0942.53-
YUV131.39151.48128.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=30.84%
G=28.74%
B=40.42%

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
Decimal1321231730.240.2900.32250.823.3658.04
Hex847BAD181D020fb173a
Octal20417325530350403732772
Binary10000100111101110101101110001110101000001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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