Html Css Color HEX #82659D Deluge

📋 copy color: '#82659D'

red 130 ◦ green 101 ◦ blue 157

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

Shades of Deluge #82659D

Tints of Deluge #82659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 33.51%
G = 26.03%
B = 40.46%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82659D (or 0x82659D) is known color: Deluge. HEX triplet: 82, 65 and 9D. RGB value is (130,101,157). Sum of RGB (Red+Green+Blue) = 130+101+157=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #82659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82659D is #7D9A62. Grayscale: #737373. Windows color (decimal): -8231523 or 10315138. OLE color: 10315138.

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

Color convert

RGB 130 101 157 -
CMYK 0.17 0.36 0 0.38
HSL 271.07º 0.22% 0.51% -
HSV(B) 271.07º 0.36% 0.62% -
XYZ 19.95 16.49 34.03 -
YUV 116.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 130 101 157 0.17 0.36 0 0.38 271.07 0.22 0.51
Hex 82 65 9D 11 24 0 26 10F 16 33
Octal 202 145 235 21 44 0 46 417 26 63
Binary 10000010 1100101 10011101 10001 100100 0 100110 100001111 10110 110011

Color Harmonies of #82659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82659D

Black with #82659D

Text Example


Text Example

White with #82659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82659D; }

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

 H1.HeaderClassName
 {
   color: #82659D;
 }
 .AnyTagClassName
 {
   color: #82659D;
 }
</style>

background-color css

<style>
 a { background-color: #82659D; }

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

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

border-color css

<style>
 span { border-color: #82659D; }

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

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