#827AAD

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

Shades of Deluge #827AAD

Tints of Deluge #827AAD

Color information

#827AAD (or 0x827AAD) is unknown color: approx Deluge. HEX triplet: 82, 7A and AD. RGB value is (130,122,173). Sum of RGB (Red+Green+Blue) = 130+122+173=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #827AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AAD is #7D8552. Grayscale: #828282. Windows color (decimal): -8226131 or 11369090. OLE color: 11369090.

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

Color convert

RGB130122173-
CMYK0.250.2900.32
HSL249.41º23.72%57.84%-
HSV(B)249.41º29.48%67.84%-
XYZ23.7121.6842.47-
YUV130.21152.15127.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=30.59%
G=28.71%
B=40.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301221730.250.2900.32249.4123.7257.84
Hex827AAD191D020f9183a
Octal20217225531350403713072
Binary10000010111101010101101110011110101000001111100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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