Html Css Color HEX #826BAE Deluge

📋 copy color: '#826BAE'

red 130 ◦ green 107 ◦ blue 174

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

Shades of Deluge #826BAE

Tints of Deluge #826BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 31.63%
G = 26.03%
B = 42.34%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#826BAE (or 0x826BAE) is known color: Deluge. HEX triplet: 82, 6B and AE. RGB value is (130,107,174). Sum of RGB (Red+Green+Blue) = 130+107+174=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #826BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BAE is #7D9451. Grayscale: #797979. Windows color (decimal): -8229970 or 11430786. OLE color: 11430786.

HSL color Cylindrical-coordinate representation of color #826BAE: hue angle of 260.6º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826BAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 107 174 -
CMYK 0.25 0.39 0 0.32
HSL 260.6º 0.29% 0.55% -
HSV(B) 260.6º 0.39% 0.68% -
XYZ 22.1 18.32 42.41 -
YUV 121.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 130 107 174 0.25 0.39 0 0.32 260.6 0.29 0.55
Hex 82 6B AE 19 27 0 20 105 1D 37
Octal 202 153 256 31 47 0 40 405 35 67
Binary 10000010 1101011 10101110 11001 100111 0 100000 100000101 11101 110111

Color Harmonies of #826BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BAE

Black with #826BAE

Text Example


Text Example

White with #826BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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