#827A9D

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

Shades of Deluge #827A9D

Tints of Deluge #827A9D

Color information

#827A9D (or 0x827A9D) is unknown color: approx Deluge. HEX triplet: 82, 7A and 9D. RGB value is (130,122,157). Sum of RGB (Red+Green+Blue) = 130+122+157=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #827A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A9D is #7D8562. Grayscale: #808080. Windows color (decimal): -8226147 or 10320514. OLE color: 10320514.

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

Color convert

RGB130122157-
CMYK0.170.2200.38
HSL253.71º15.15%54.71%-
HSV(B)253.71º22.29%61.57%-
XYZ22.2521.134.8-
YUV128.38144.15129.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=31.78%
G=29.83%
B=38.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301221570.170.2200.38253.7115.1554.71
Hex827A9D1116026fef37
Octal20217223521260463761767
Binary1000001011110101001110110001101100100110111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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