#827A9C

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

Shades of Deluge #827A9C

Tints of Deluge #827A9C

Color information

#827A9C (or 0x827A9C) is unknown color: approx Deluge. HEX triplet: 82, 7A and 9C. RGB value is (130,122,156). Sum of RGB (Red+Green+Blue) = 130+122+156=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #827A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A9C is #7D8563. Grayscale: #808080. Windows color (decimal): -8226148 or 10254978. OLE color: 10254978.

HSL color Cylindrical-coordinate representation of color #827A9C: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827A9C is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130122156-
CMYK0.170.2200.39
HSL254.12º14.66%54.51%-
HSV(B)254.12º21.79%61.18%-
XYZ22.1721.0734.35-
YUV128.27143.65129.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=31.86%
G=29.90%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301221560.170.2200.39254.1214.6654.51
Hex827A9C1116027fef37
Octal20217223421260473761767
Binary1000001011110101001110010001101100100111111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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