Html Css Color HEX #817798 Deluge

📋 copy color: '#817798'

red 129 ◦ green 119 ◦ blue 152

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

Shades of Deluge #817798

Tints of Deluge #817798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 32.25%
G = 29.75%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#817798 (or 0x817798) is known color: Deluge. HEX triplet: 81, 77 and 98. RGB value is (129,119,152). Sum of RGB (Red+Green+Blue) = 129+119+152=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #817798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817798 is #7E8867. Grayscale: #7D7D7D. Windows color (decimal): -8292456 or 9992065. OLE color: 9992065.

HSL color Cylindrical-coordinate representation of color #817798: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817798 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 119 152 -
CMYK 0.15 0.22 0 0.40
HSL 258.18º 0.14% 0.53% -
HSV(B) 258.18º 0.22% 0.6% -
XYZ 21.32 20.13 32.47 -
YUV 125.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 129 119 152 0.15 0.22 0 0.40 258.18 0.14 0.53
Hex 81 77 98 F 16 0 28 102 E 35
Octal 201 167 230 17 26 0 50 402 16 65
Binary 10000001 1110111 10011000 1111 10110 0 101000 100000010 1110 110101

Color Harmonies of #817798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817798

Black with #817798

Text Example


Text Example

White with #817798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817798; }

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

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

background-color css

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

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

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

border-color css

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

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

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