Html Css Color HEX #817994 Deluge

📋 copy color: '#817994'

red 129 ◦ green 121 ◦ blue 148

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

Shades of Deluge #817994

Tints of Deluge #817994

RGB

 RED value IS 129 (50.78% from 255) = 32.41%

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 32.41%
G = 30.4%
B = 37.19%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817994 (or 0x817994) is known color: Deluge. HEX triplet: 81, 79 and 94. RGB value is (129,121,148). Sum of RGB (Red+Green+Blue) = 129+121+148=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #817994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817994 is #7E866B. Grayscale: #7E7E7E. Windows color (decimal): -8291948 or 9730433. OLE color: 9730433.

HSL color Cylindrical-coordinate representation of color #817994: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817994 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 121 148 -
CMYK 0.13 0.18 0 0.42
HSL 257.78º 0.11% 0.53% -
HSV(B) 257.78º 0.18% 0.58% -
XYZ 21.24 20.48 30.85 -
YUV 126.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 129 121 148 0.13 0.18 0 0.42 257.78 0.11 0.53
Hex 81 79 94 D 12 0 2A 102 B 35
Octal 201 171 224 15 22 0 52 402 13 65
Binary 10000001 1111001 10010100 1101 10010 0 101010 100000010 1011 110101

Color Harmonies of #817994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817994

Black with #817994

Text Example


Text Example

White with #817994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817994; }

 p { color: rgb(129,121,148); }

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

background-color css

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

 a { background-color: rgb(129,121,148); }

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

border-color css

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

 span { border-color: rgb(129,121,148); }

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