Html Css Color HEX #82689A Deluge

📋 copy color: '#82689A'

red 130 ◦ green 104 ◦ blue 154

#82689A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #82689A

Tints of Deluge #82689A

RGB

 RED value IS 130 (51.17% from 255) = 33.51%

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 33.51%
G = 26.8%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82689A (or 0x82689A) is known color: Deluge. HEX triplet: 82, 68 and 9A. RGB value is (130,104,154). Sum of RGB (Red+Green+Blue) = 130+104+154=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #82689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82689A is #7D9765. Grayscale: #757575. Windows color (decimal): -8230758 or 10119298. OLE color: 10119298.

HSL color Cylindrical-coordinate representation of color #82689A: hue angle of 271.2º 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 #82689A is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 104 154 -
CMYK 0.16 0.32 0 0.40
HSL 271.2º 0.2% 0.51% -
HSV(B) 271.2º 0.32% 0.6% -
XYZ 19.99 16.98 32.8 -
YUV 117.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 130 104 154 0.16 0.32 0 0.40 271.2 0.2 0.51
Hex 82 68 9A 10 20 0 28 10F 14 33
Octal 202 150 232 20 40 0 50 417 24 63
Binary 10000010 1101000 10011010 10000 100000 0 101000 100001111 10100 110011

Color Harmonies of #82689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82689A

Black with #82689A

Text Example


Text Example

White with #82689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82689A;
 }
 .AnyTagClassName
 {
   color: #82689A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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