Html Css Color HEX #826FAC Deluge

📋 copy color: '#826FAC'

red 130 ◦ green 111 ◦ blue 172

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

Shades of Deluge #826FAC

Tints of Deluge #826FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.88%

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

R = 31.48%
G = 26.88%
B = 41.65%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#826FAC (or 0x826FAC) is known color: Deluge. HEX triplet: 82, 6F and AC. RGB value is (130,111,172). Sum of RGB (Red+Green+Blue) = 130+111+172=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #826FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826FAC is #7D9053. Grayscale: #7B7B7B. Windows color (decimal): -8228948 or 11300738. OLE color: 11300738.

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

Color convert

RGB 130 111 172 -
CMYK 0.24 0.35 0 0.33
HSL 258.69º 0.27% 0.55% -
HSV(B) 258.69º 0.35% 0.67% -
XYZ 22.34 19.09 41.54 -
YUV 123.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 130 111 172 0.24 0.35 0 0.33 258.69 0.27 0.55
Hex 82 6F AC 18 23 0 21 103 1B 37
Octal 202 157 254 30 43 0 41 403 33 67
Binary 10000010 1101111 10101100 11000 100011 0 100001 100000011 11011 110111

Color Harmonies of #826FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FAC

Black with #826FAC

Text Example


Text Example

White with #826FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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