Html Css Color HEX #82749D Deluge

📋 copy color: '#82749D'

red 130 ◦ green 116 ◦ blue 157

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

Shades of Deluge #82749D

Tints of Deluge #82749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

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

R = 32.26%
G = 28.78%
B = 38.96%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82749D (or 0x82749D) is known color: Deluge. HEX triplet: 82, 74 and 9D. RGB value is (130,116,157). Sum of RGB (Red+Green+Blue) = 130+116+157=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #82749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749D is #7D8B62. Grayscale: #7C7C7C. Windows color (decimal): -8227683 or 10318978. OLE color: 10318978.

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

Color convert

RGB 130 116 157 -
CMYK 0.17 0.26 0 0.38
HSL 260.49º 0.17% 0.54% -
HSV(B) 260.49º 0.26% 0.62% -
XYZ 21.54 19.67 34.56 -
YUV 124.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 130 116 157 0.17 0.26 0 0.38 260.49 0.17 0.54
Hex 82 74 9D 11 1A 0 26 104 11 36
Octal 202 164 235 21 32 0 46 404 21 66
Binary 10000010 1110100 10011101 10001 11010 0 100110 100000100 10001 110110

Color Harmonies of #82749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82749D

Black with #82749D

Text Example


Text Example

White with #82749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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