Html Css Color HEX #82689C Deluge

📋 copy color: '#82689C'

red 130 ◦ green 104 ◦ blue 156

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

Shades of Deluge #82689C

Tints of Deluge #82689C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82689C (or 0x82689C) is known color: Deluge. HEX triplet: 82, 68 and 9C. RGB value is (130,104,156). Sum of RGB (Red+Green+Blue) = 130+104+156=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #82689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82689C is #7D9763. Grayscale: #757575. Windows color (decimal): -8230756 or 10250370. OLE color: 10250370.

HSL color Cylindrical-coordinate representation of color #82689C: hue angle of 270º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82689C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 104 156 -
CMYK 0.17 0.33 0 0.39
HSL 270º 0.21% 0.51% -
HSV(B) 270º 0.33% 0.61% -
XYZ 20.16 17.05 33.68 -
YUV 117.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 130 104 156 0.17 0.33 0 0.39 270 0.21 0.51
Hex 82 68 9C 11 21 0 27 10E 15 33
Octal 202 150 234 21 41 0 47 416 25 63
Binary 10000010 1101000 10011100 10001 100001 0 100111 100001110 10101 110011

Color Harmonies of #82689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82689C

Black with #82689C

Text Example


Text Example

White with #82689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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