Html Css Color HEX #826899 Deluge

📋 copy color: '#826899'

red 130 ◦ green 104 ◦ blue 153

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

Shades of Deluge #826899

Tints of Deluge #826899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 33.59%
G = 26.87%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#826899 (or 0x826899) is known color: Deluge. HEX triplet: 82, 68 and 99. RGB value is (130,104,153). Sum of RGB (Red+Green+Blue) = 130+104+153=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #826899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826899 is #7D9766. Grayscale: #757575. Windows color (decimal): -8230759 or 10053762. OLE color: 10053762.

HSL color Cylindrical-coordinate representation of color #826899: hue angle of 271.84º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826899 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 104 153 -
CMYK 0.15 0.32 0 0.4
HSL 271.84º 0.19% 0.5% -
HSV(B) 271.84º 0.32% 0.6% -
XYZ 19.91 16.95 32.36 -
YUV 117.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 130 104 153 0.15 0.32 0 0.4 271.84 0.19 0.5
Hex 82 68 99 F 20 0 28 110 13 32
Octal 202 150 231 17 40 0 50 420 23 62
Binary 10000010 1101000 10011001 1111 100000 0 101000 100010000 10011 110010

Color Harmonies of #826899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826899

Black with #826899

Text Example


Text Example

White with #826899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826899; }

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

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

background-color css

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

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

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

border-color css

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

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

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