Html Css Color HEX #827499 Deluge

📋 copy color: '#827499'

red 130 ◦ green 116 ◦ blue 153

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

Shades of Deluge #827499

Tints of Deluge #827499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 32.58%
G = 29.07%
B = 38.35%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#827499 (or 0x827499) is known color: Deluge. HEX triplet: 82, 74 and 99. RGB value is (130,116,153). Sum of RGB (Red+Green+Blue) = 130+116+153=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #827499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827499 is #7D8B66. Grayscale: #7C7C7C. Windows color (decimal): -8227687 or 10056834. OLE color: 10056834.

HSL color Cylindrical-coordinate representation of color #827499: hue angle of 262.7º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827499 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 116 153 -
CMYK 0.15 0.24 0 0.4
HSL 262.7º 0.15% 0.53% -
HSV(B) 262.7º 0.24% 0.6% -
XYZ 21.2 19.54 32.79 -
YUV 124.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 130 116 153 0.15 0.24 0 0.4 262.7 0.15 0.53
Hex 82 74 99 F 18 0 28 107 F 35
Octal 202 164 231 17 30 0 50 407 17 65
Binary 10000010 1110100 10011001 1111 11000 0 101000 100000111 1111 110101

Color Harmonies of #827499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827499

Black with #827499

Text Example


Text Example

White with #827499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827499; }

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

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

background-color css

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

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

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

border-color css

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

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

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