Html Css Color HEX #82679C Deluge

📋 copy color: '#82679C'

red 130 ◦ green 103 ◦ blue 156

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

Shades of Deluge #82679C

Tints of Deluge #82679C

RGB

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

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

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

R = 33.42%
G = 26.48%
B = 40.1%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82679C (or 0x82679C) is known color: Deluge. HEX triplet: 82, 67 and 9C. RGB value is (130,103,156). Sum of RGB (Red+Green+Blue) = 130+103+156=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #82679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82679C is #7D9863. Grayscale: #747474. Windows color (decimal): -8231012 or 10250114. OLE color: 10250114.

HSL color Cylindrical-coordinate representation of color #82679C: hue angle of 270.57º 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 #82679C is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 103 156 -
CMYK 0.17 0.34 0 0.39
HSL 270.57º 0.21% 0.51% -
HSV(B) 270.57º 0.34% 0.61% -
XYZ 20.06 16.85 33.65 -
YUV 117.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 130 103 156 0.17 0.34 0 0.39 270.57 0.21 0.51
Hex 82 67 9C 11 22 0 27 10F 15 33
Octal 202 147 234 21 42 0 47 417 25 63
Binary 10000010 1100111 10011100 10001 100010 0 100111 100001111 10101 110011

Color Harmonies of #82679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82679C

Black with #82679C

Text Example


Text Example

White with #82679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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