Html Css Color HEX #826EAC Deluge

📋 copy color: '#826EAC'

red 130 ◦ green 110 ◦ blue 172

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

Shades of Deluge #826EAC

Tints of Deluge #826EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 31.55%
G = 26.7%
B = 41.75%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#826EAC (or 0x826EAC) is known color: Deluge. HEX triplet: 82, 6E and AC. RGB value is (130,110,172). Sum of RGB (Red+Green+Blue) = 130+110+172=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #826EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EAC is #7D9153. Grayscale: #7A7A7A. Windows color (decimal): -8229204 or 11300482. OLE color: 11300482.

HSL color Cylindrical-coordinate representation of color #826EAC: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826EAC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 110 172 -
CMYK 0.24 0.36 0 0.33
HSL 259.35º 0.27% 0.55% -
HSV(B) 259.35º 0.36% 0.67% -
XYZ 22.23 18.88 41.5 -
YUV 123.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 130 110 172 0.24 0.36 0 0.33 259.35 0.27 0.55
Hex 82 6E AC 18 24 0 21 103 1B 37
Octal 202 156 254 30 44 0 41 403 33 67
Binary 10000010 1101110 10101100 11000 100100 0 100001 100000011 11011 110111

Color Harmonies of #826EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EAC

Black with #826EAC

Text Example


Text Example

White with #826EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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