#847FAD

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

Shades of Deluge #847FAD

Tints of Deluge #847FAD

Color information

#847FAD (or 0x847FAD) is unknown color: approx Deluge. HEX triplet: 84, 7F and AD. RGB value is (132,127,173). Sum of RGB (Red+Green+Blue) = 132+127+173=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #847FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAD is #7B8052. Grayscale: #858585. Windows color (decimal): -8093779 or 11370372. OLE color: 11370372.

HSL color Cylindrical-coordinate representation of color #847FAD: hue angle of 246.52º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847FAD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132127173-
CMYK0.240.2700.32
HSL246.52º21.9%58.82%-
HSV(B)246.52º26.59%67.84%-
XYZ24.6523.142.7-
YUV133.74150.16126.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=30.56%
G=29.40%
B=40.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321271730.240.2700.32246.5221.958.82
Hex847FAD181B020f7163b
Octal20417725530330403672673
Binary10000100111111110101101110001101101000001111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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