Html Css Color HEX #826E99 Deluge

📋 copy color: '#826E99'

red 130 ◦ green 110 ◦ blue 153

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

Shades of Deluge #826E99

Tints of Deluge #826E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

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

R = 33.08%
G = 27.99%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#826E99 (or 0x826E99) is known color: Deluge. HEX triplet: 82, 6E and 99. RGB value is (130,110,153). Sum of RGB (Red+Green+Blue) = 130+110+153=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #826E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E99 is #7D9166. Grayscale: #787878. Windows color (decimal): -8229223 or 10055298. OLE color: 10055298.

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

Color convert

RGB 130 110 153 -
CMYK 0.15 0.28 0 0.4
HSL 267.91º 0.17% 0.52% -
HSV(B) 267.91º 0.28% 0.6% -
XYZ 20.53 18.2 32.57 -
YUV 120.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 130 110 153 0.15 0.28 0 0.4 267.91 0.17 0.52
Hex 82 6E 99 F 1C 0 28 10C 11 34
Octal 202 156 231 17 34 0 50 414 21 64
Binary 10000010 1101110 10011001 1111 11100 0 101000 100001100 10001 110100

Color Harmonies of #826E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E99

Black with #826E99

Text Example


Text Example

White with #826E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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