#82699A

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

Shades of Deluge #82699A

Tints of Deluge #82699A

Color information

#82699A (or 0x82699A) is unknown color: approx Deluge. HEX triplet: 82, 69 and 9A. RGB value is (130,105,154). Sum of RGB (Red+Green+Blue) = 130+105+154=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #82699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699A is #7D9665. Grayscale: #757575. Windows color (decimal): -8230502 or 10119554. OLE color: 10119554.

HSL color Cylindrical-coordinate representation of color #82699A: hue angle of 270.61º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82699A is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130105154-
CMYK0.160.3200.40
HSL270.61º19.52%50.78%-
HSV(B)270.61º31.82%60.39%-
XYZ20.0917.1832.83-
YUV118.06148.28136.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=33.42%
G=26.99%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301051540.160.3200.40270.6119.5250.78
Hex82699A102002810f1433
Octal20215123220400504172463
Binary1000001011010011001101010000100000010100010000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82699A; }

 p { color: rgb(130,105,154); }

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

<style>
 a { background-color: #82699A; }

 a { background-color: rgb(130,105,154); }

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

<style>
 span { border-color: #82699A; }

 span { border-color: rgb(130,105,154); }

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