#827FAC

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

Shades of Deluge #827FAC

Tints of Deluge #827FAC

Color information

#827FAC (or 0x827FAC) is unknown color: approx Deluge. HEX triplet: 82, 7F and AC. RGB value is (130,127,172). Sum of RGB (Red+Green+Blue) = 130+127+172=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #827FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAC is #7D8053. Grayscale: #848484. Windows color (decimal): -8224852 or 11304834. OLE color: 11304834.

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

Color convert

RGB130127172-
CMYK0.240.2600.33
HSL244º21.33%58.63%-
HSV(B)244º26.16%67.45%-
XYZ24.2422.942.17-
YUV133.03149.99125.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=30.30%
G=29.60%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301271720.240.2600.3324421.3358.63
Hex827FAC181A021f4153b
Octal20217725430320413642573
Binary10000010111111110101100110001101001000011111010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,172); }

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

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

 a { background-color: rgb(130,127,172); }

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

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

 span { border-color: rgb(130,127,172); }

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