Html Css Color HEX #826B99 Deluge

📋 copy color: '#826B99'

red 130 ◦ green 107 ◦ blue 153

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

Shades of Deluge #826B99

Tints of Deluge #826B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 33.33%
G = 27.44%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#826B99 (or 0x826B99) is known color: Deluge. HEX triplet: 82, 6B and 99. RGB value is (130,107,153). Sum of RGB (Red+Green+Blue) = 130+107+153=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #826B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B99 is #7D9466. Grayscale: #767676. Windows color (decimal): -8229991 or 10054530. OLE color: 10054530.

HSL color Cylindrical-coordinate representation of color #826B99: hue angle of 270º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826B99 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 107 153 -
CMYK 0.15 0.30 0 0.4
HSL 270º 0.18% 0.51% -
HSV(B) 270º 0.3% 0.6% -
XYZ 20.21 17.56 32.46 -
YUV 119.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 130 107 153 0.15 0.30 0 0.4 270 0.18 0.51
Hex 82 6B 99 F 1E 0 28 10E 12 33
Octal 202 153 231 17 36 0 50 416 22 63
Binary 10000010 1101011 10011001 1111 11110 0 101000 100001110 10010 110011

Color Harmonies of #826B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B99

Black with #826B99

Text Example


Text Example

White with #826B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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