Html Css Color HEX #817998 Deluge

📋 copy color: '#817998'

red 129 ◦ green 121 ◦ blue 152

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

Shades of Deluge #817998

Tints of Deluge #817998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 32.09%
G = 30.1%
B = 37.81%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#817998 (or 0x817998) is known color: Deluge. HEX triplet: 81, 79 and 98. RGB value is (129,121,152). Sum of RGB (Red+Green+Blue) = 129+121+152=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #817998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817998 is #7E8667. Grayscale: #7E7E7E. Windows color (decimal): -8291944 or 9992577. OLE color: 9992577.

HSL color Cylindrical-coordinate representation of color #817998: hue angle of 255.48º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817998 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 121 152 -
CMYK 0.15 0.20 0 0.40
HSL 255.48º 0.13% 0.54% -
HSV(B) 255.48º 0.2% 0.6% -
XYZ 21.56 20.61 32.55 -
YUV 126.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 129 121 152 0.15 0.20 0 0.40 255.48 0.13 0.54
Hex 81 79 98 F 14 0 28 FF D 36
Octal 201 171 230 17 24 0 50 377 15 66
Binary 10000001 1111001 10011000 1111 10100 0 101000 11111111 1101 110110

Color Harmonies of #817998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817998

Black with #817998

Text Example


Text Example

White with #817998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817998; }

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

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

background-color css

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

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

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

border-color css

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

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

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