Html Css Color HEX #807694 Deluge

📋 copy color: '#807694'

red 128 ◦ green 118 ◦ blue 148

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

Shades of Deluge #807694

Tints of Deluge #807694

RGB

 RED value IS 128 (50.39% from 255) = 32.49%

 GREEN value IS 118 (46.48% from 255) = 29.95%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 32.49%
G = 29.95%
B = 37.56%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#807694 (or 0x807694) is known color: Deluge. HEX triplet: 80, 76 and 94. RGB value is (128,118,148). Sum of RGB (Red+Green+Blue) = 128+118+148=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #807694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807694 is #7F896B. Grayscale: #7C7C7C. Windows color (decimal): -8358252 or 9729664. OLE color: 9729664.

HSL color Cylindrical-coordinate representation of color #807694: hue angle of 260º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807694 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 118 148 -
CMYK 0.14 0.20 0 0.42
HSL 260º 0.12% 0.52% -
HSV(B) 260º 0.2% 0.58% -
XYZ 20.73 19.68 30.72 -
YUV 124.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 128 118 148 0.14 0.20 0 0.42 260 0.12 0.52
Hex 80 76 94 E 14 0 2A 104 C 34
Octal 200 166 224 16 24 0 52 404 14 64
Binary 10000000 1110110 10010100 1110 10100 0 101010 100000100 1100 110100

Color Harmonies of #807694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807694

Black with #807694

Text Example


Text Example

White with #807694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807694; }

 p { color: rgb(128,118,148); }

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

background-color css

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

 a { background-color: rgb(128,118,148); }

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

border-color css

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

 span { border-color: rgb(128,118,148); }

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