Html Css Color HEX #82679B Deluge

📋 copy color: '#82679B'

red 130 ◦ green 103 ◦ blue 155

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

Shades of Deluge #82679B

Tints of Deluge #82679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

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

R = 33.51%
G = 26.55%
B = 39.95%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82679B (or 0x82679B) is known color: Deluge. HEX triplet: 82, 67 and 9B. RGB value is (130,103,155). Sum of RGB (Red+Green+Blue) = 130+103+155=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #82679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82679B is #7D9864. Grayscale: #747474. Windows color (decimal): -8231013 or 10184578. OLE color: 10184578.

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

Color convert

RGB 130 103 155 -
CMYK 0.16 0.34 0 0.39
HSL 271.15º 0.21% 0.51% -
HSV(B) 271.15º 0.34% 0.61% -
XYZ 19.97 16.81 33.2 -
YUV 117 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 130 103 155 0.16 0.34 0 0.39 271.15 0.21 0.51
Hex 82 67 9B 10 22 0 27 10F 15 33
Octal 202 147 233 20 42 0 47 417 25 63
Binary 10000010 1100111 10011011 10000 100010 0 100111 100001111 10101 110011

Color Harmonies of #82679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82679B

Black with #82679B

Text Example


Text Example

White with #82679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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