Html Css Color HEX #826BB7 Deluge

📋 copy color: '#826BB7'

red 130 ◦ green 107 ◦ blue 183

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

Shades of Deluge #826BB7

Tints of Deluge #826BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 183 (71.88% from 255) = 43.57%

R = 30.95%
G = 25.48%
B = 43.57%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#826BB7 (or 0x826BB7) is known color: Deluge. HEX triplet: 82, 6B and B7. RGB value is (130,107,183). Sum of RGB (Red+Green+Blue) = 130+107+183=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #826BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BB7 is #7D9448. Grayscale: #7A7A7A. Windows color (decimal): -8229961 or 12020610. OLE color: 12020610.

HSL color Cylindrical-coordinate representation of color #826BB7: hue angle of 258.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826BB7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 107 183 -
CMYK 0.29 0.42 0 0.28
HSL 258.16º 0.35% 0.57% -
HSV(B) 258.16º 0.42% 0.72% -
XYZ 23.01 18.68 47.19 -
YUV 122.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 130 107 183 0.29 0.42 0 0.28 258.16 0.35 0.57
Hex 82 6B B7 1D 2A 0 1C 102 23 39
Octal 202 153 267 35 52 0 34 402 43 71
Binary 10000010 1101011 10110111 11101 101010 0 11100 100000010 100011 111001

Color Harmonies of #826BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BB7

Black with #826BB7

Text Example


Text Example

White with #826BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,183); }

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

background-color css

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

 a { background-color: rgb(130,107,183); }

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

border-color css

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

 span { border-color: rgb(130,107,183); }

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