Html Css Color HEX #826AB6 Deluge

📋 copy color: '#826AB6'

red 130 ◦ green 106 ◦ blue 182

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

Shades of Deluge #826AB6

Tints of Deluge #826AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 31.1%
G = 25.36%
B = 43.54%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#826AB6 (or 0x826AB6) is known color: Deluge. HEX triplet: 82, 6A and B6. RGB value is (130,106,182). Sum of RGB (Red+Green+Blue) = 130+106+182=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #826AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AB6 is #7D9549. Grayscale: #797979. Windows color (decimal): -8230218 or 11954818. OLE color: 11954818.

HSL color Cylindrical-coordinate representation of color #826AB6: hue angle of 258.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826AB6 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 106 182 -
CMYK 0.29 0.42 0 0.29
HSL 258.95º 0.34% 0.56% -
HSV(B) 258.95º 0.42% 0.71% -
XYZ 22.8 18.43 46.61 -
YUV 121.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 130 106 182 0.29 0.42 0 0.29 258.95 0.34 0.56
Hex 82 6A B6 1D 2A 0 1D 103 22 38
Octal 202 152 266 35 52 0 35 403 42 70
Binary 10000010 1101010 10110110 11101 101010 0 11101 100000011 100010 111000

Color Harmonies of #826AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AB6

Black with #826AB6

Text Example


Text Example

White with #826AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,182); }

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

background-color css

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

 a { background-color: rgb(130,106,182); }

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

border-color css

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

 span { border-color: rgb(130,106,182); }

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