#827BAA

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

Shades of Deluge #827BAA

Tints of Deluge #827BAA

Color information

#827BAA (or 0x827BAA) is unknown color: approx Deluge. HEX triplet: 82, 7B and AA. RGB value is (130,123,170). Sum of RGB (Red+Green+Blue) = 130+123+170=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #827BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827BAA is #7D8455. Grayscale: #828282. Windows color (decimal): -8225878 or 11172738. OLE color: 11172738.

HSL color Cylindrical-coordinate representation of color #827BAA: hue angle of 248.94º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827BAA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130123170-
CMYK0.240.2800.33
HSL248.94º21.66%57.45%-
HSV(B)248.94º27.65%66.67%-
XYZ23.5421.8141-
YUV130.45150.32127.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=30.73%
G=29.08%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301231700.240.2800.33248.9421.6657.45
Hex827BAA181C021f91639
Octal20217325230340413712671
Binary10000010111101110101010110001110001000011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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