#847FAF

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

Shades of Deluge #847FAF

Tints of Deluge #847FAF

Color information

#847FAF (or 0x847FAF) is unknown color: approx Deluge. HEX triplet: 84, 7F and AF. RGB value is (132,127,175). Sum of RGB (Red+Green+Blue) = 132+127+175=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #847FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FAF is #7B8050. Grayscale: #858585. Windows color (decimal): -8093777 or 11501444. OLE color: 11501444.

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

Color convert

RGB132127175-
CMYK0.250.2700.31
HSL246.25º23.08%59.22%-
HSV(B)246.25º27.43%68.63%-
XYZ24.8423.1843.72-
YUV133.97151.16126.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=30.41%
G=29.26%
B=40.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321271750.250.2700.31246.2523.0859.22
Hex847FAF191B01Ff6173b
Octal20417725731330373662773
Binary1000010011111111010111111001110110111111111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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