Html Css Color HEX #826DAF Deluge

📋 copy color: '#826DAF'

red 130 ◦ green 109 ◦ blue 175

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

Shades of Deluge #826DAF

Tints of Deluge #826DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 31.4%
G = 26.33%
B = 42.27%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#826DAF (or 0x826DAF) is known color: Deluge. HEX triplet: 82, 6D and AF. RGB value is (130,109,175). Sum of RGB (Red+Green+Blue) = 130+109+175=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #826DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DAF is #7D9250. Grayscale: #7A7A7A. Windows color (decimal): -8229457 or 11496834. OLE color: 11496834.

HSL color Cylindrical-coordinate representation of color #826DAF: hue angle of 259.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826DAF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 109 175 -
CMYK 0.26 0.38 0 0.31
HSL 259.09º 0.29% 0.56% -
HSV(B) 259.09º 0.38% 0.69% -
XYZ 22.41 18.78 43 -
YUV 122.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 130 109 175 0.26 0.38 0 0.31 259.09 0.29 0.56
Hex 82 6D AF 1A 26 0 1F 103 1D 38
Octal 202 155 257 32 46 0 37 403 35 70
Binary 10000010 1101101 10101111 11010 100110 0 11111 100000011 11101 111000

Color Harmonies of #826DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DAF

Black with #826DAF

Text Example


Text Example

White with #826DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,175); }

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

background-color css

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

 a { background-color: rgb(130,109,175); }

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

border-color css

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

 span { border-color: rgb(130,109,175); }

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