Html Css Color HEX #82679D Deluge

📋 copy color: '#82679D'

red 130 ◦ green 103 ◦ blue 157

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

Shades of Deluge #82679D

Tints of Deluge #82679D

RGB

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

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

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

R = 33.33%
G = 26.41%
B = 40.26%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82679D (or 0x82679D) is known color: Deluge. HEX triplet: 82, 67 and 9D. RGB value is (130,103,157). Sum of RGB (Red+Green+Blue) = 130+103+157=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #82679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82679D is #7D9862. Grayscale: #757575. Windows color (decimal): -8231011 or 10315650. OLE color: 10315650.

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

Color convert

RGB 130 103 157 -
CMYK 0.17 0.34 0 0.38
HSL 270º 0.22% 0.51% -
HSV(B) 270º 0.34% 0.62% -
XYZ 20.14 16.88 34.09 -
YUV 117.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 130 103 157 0.17 0.34 0 0.38 270 0.22 0.51
Hex 82 67 9D 11 22 0 26 10E 16 33
Octal 202 147 235 21 42 0 46 416 26 63
Binary 10000010 1100111 10011101 10001 100010 0 100110 100001110 10110 110011

Color Harmonies of #82679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82679D

Black with #82679D

Text Example


Text Example

White with #82679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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