Html Css Color HEX #826B9E Deluge

📋 copy color: '#826B9E'

red 130 ◦ green 107 ◦ blue 158

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

Shades of Deluge #826B9E

Tints of Deluge #826B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40%

R = 32.91%
G = 27.09%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#826B9E (or 0x826B9E) is known color: Deluge. HEX triplet: 82, 6B and 9E. RGB value is (130,107,158). Sum of RGB (Red+Green+Blue) = 130+107+158=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #826B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B9E is #7D9461. Grayscale: #777777. Windows color (decimal): -8229986 or 10382210. OLE color: 10382210.

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

Color convert

RGB 130 107 158 -
CMYK 0.18 0.32 0 0.38
HSL 267.06º 0.21% 0.52% -
HSV(B) 267.06º 0.32% 0.62% -
XYZ 20.64 17.73 34.68 -
YUV 119.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 130 107 158 0.18 0.32 0 0.38 267.06 0.21 0.52
Hex 82 6B 9E 12 20 0 26 10B 15 34
Octal 202 153 236 22 40 0 46 413 25 64
Binary 10000010 1101011 10011110 10010 100000 0 100110 100001011 10101 110100

Color Harmonies of #826B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B9E

Black with #826B9E

Text Example


Text Example

White with #826B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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