Html Css Color HEX #826B9F Deluge

📋 copy color: '#826B9F'

red 130 ◦ green 107 ◦ blue 159

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

Shades of Deluge #826B9F

Tints of Deluge #826B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 32.83%
G = 27.02%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#826B9F (or 0x826B9F) is known color: Deluge. HEX triplet: 82, 6B and 9F. RGB value is (130,107,159). Sum of RGB (Red+Green+Blue) = 130+107+159=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #826B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B9F is #7D9460. Grayscale: #777777. Windows color (decimal): -8229985 or 10447746. OLE color: 10447746.

HSL color Cylindrical-coordinate representation of color #826B9F: hue angle of 266.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826B9F is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 107 159 -
CMYK 0.18 0.33 0 0.38
HSL 266.54º 0.21% 0.52% -
HSV(B) 266.54º 0.33% 0.62% -
XYZ 20.72 17.76 35.14 -
YUV 119.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 130 107 159 0.18 0.33 0 0.38 266.54 0.21 0.52
Hex 82 6B 9F 12 21 0 26 10B 15 34
Octal 202 153 237 22 41 0 46 413 25 64
Binary 10000010 1101011 10011111 10010 100001 0 100110 100001011 10101 110100

Color Harmonies of #826B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B9F

Black with #826B9F

Text Example


Text Example

White with #826B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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