Html Css Color HEX #826E98 Deluge

📋 copy color: '#826E98'

red 130 ◦ green 110 ◦ blue 152

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

Shades of Deluge #826E98

Tints of Deluge #826E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 33.16%
G = 28.06%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#826E98 (or 0x826E98) is known color: Deluge. HEX triplet: 82, 6E and 98. RGB value is (130,110,152). Sum of RGB (Red+Green+Blue) = 130+110+152=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #826E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E98 is #7D9167. Grayscale: #787878. Windows color (decimal): -8229224 or 9989762. OLE color: 9989762.

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

Color convert

RGB 130 110 152 -
CMYK 0.14 0.28 0 0.40
HSL 268.57º 0.17% 0.51% -
HSV(B) 268.57º 0.28% 0.6% -
XYZ 20.45 18.16 32.13 -
YUV 120.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 130 110 152 0.14 0.28 0 0.40 268.57 0.17 0.51
Hex 82 6E 98 E 1C 0 28 10D 11 33
Octal 202 156 230 16 34 0 50 415 21 63
Binary 10000010 1101110 10011000 1110 11100 0 101000 100001101 10001 110011

Color Harmonies of #826E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E98

Black with #826E98

Text Example


Text Example

White with #826E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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