#827BAD

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

Shades of Deluge #827BAD

Tints of Deluge #827BAD

Color information

#827BAD (or 0x827BAD) is unknown color: approx Deluge. HEX triplet: 82, 7B and AD. RGB value is (130,123,173). Sum of RGB (Red+Green+Blue) = 130+123+173=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #827BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827BAD is #7D8452. Grayscale: #828282. Windows color (decimal): -8225875 or 11369346. OLE color: 11369346.

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

Color convert

RGB130123173-
CMYK0.250.2900.32
HSL248.4º23.36%58.04%-
HSV(B)248.4º28.9%67.84%-
XYZ23.8321.9342.51-
YUV130.79151.82127.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=30.52%
G=28.87%
B=40.61%

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
Decimal1301231730.250.2900.32248.423.3658.04
Hex827BAD191D020f8173a
Octal20217325531350403702772
Binary10000010111101110101101110011110101000001111100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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