Html Css Color HEX #82689B Deluge

📋 copy color: '#82689B'

red 130 ◦ green 104 ◦ blue 155

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

Shades of Deluge #82689B

Tints of Deluge #82689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 33.42%
G = 26.74%
B = 39.85%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82689B (or 0x82689B) is known color: Deluge. HEX triplet: 82, 68 and 9B. RGB value is (130,104,155). Sum of RGB (Red+Green+Blue) = 130+104+155=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #82689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82689B is #7D9764. Grayscale: #757575. Windows color (decimal): -8230757 or 10184834. OLE color: 10184834.

HSL color Cylindrical-coordinate representation of color #82689B: hue angle of 270.59º degrees, saturation: 0.2, 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 #82689B is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 104 155 -
CMYK 0.16 0.33 0 0.39
HSL 270.59º 0.2% 0.51% -
HSV(B) 270.59º 0.33% 0.61% -
XYZ 20.07 17.01 33.24 -
YUV 117.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 130 104 155 0.16 0.33 0 0.39 270.59 0.2 0.51
Hex 82 68 9B 10 21 0 27 10F 14 33
Octal 202 150 233 20 41 0 47 417 24 63
Binary 10000010 1101000 10011011 10000 100001 0 100111 100001111 10100 110011

Color Harmonies of #82689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82689B

Black with #82689B

Text Example


Text Example

White with #82689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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