#827AAF

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

Shades of Deluge #827AAF

Tints of Deluge #827AAF

Color information

#827AAF (or 0x827AAF) is unknown color: approx Deluge. HEX triplet: 82, 7A and AF. RGB value is (130,122,175). Sum of RGB (Red+Green+Blue) = 130+122+175=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #827AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AAF is #7D8550. Grayscale: #828282. Windows color (decimal): -8226129 or 11500162. OLE color: 11500162.

HSL color Cylindrical-coordinate representation of color #827AAF: hue angle of 249.06º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #827AAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130122175-
CMYK0.260.3000.31
HSL249.06º24.88%58.24%-
HSV(B)249.06º30.29%68.63%-
XYZ23.921.7643.5-
YUV130.43153.15127.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=30.44%
G=28.57%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301221750.260.3000.31249.0624.8858.24
Hex827AAF1A1E01Ff9193a
Octal20217225732360373713172
Binary1000001011110101010111111010111100111111111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827AAF; }

 p { color: rgb(130,122,175); }

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

<style>
 a { background-color: #827AAF; }

 a { background-color: rgb(130,122,175); }

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

<style>
 span { border-color: #827AAF; }

 span { border-color: rgb(130,122,175); }

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