Html Css Color HEX #81759C Deluge

📋 copy color: '#81759C'

red 129 ◦ green 117 ◦ blue 156

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

Shades of Deluge #81759C

Tints of Deluge #81759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 32.09%
G = 29.1%
B = 38.81%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81759C (or 0x81759C) is known color: Deluge. HEX triplet: 81, 75 and 9C. RGB value is (129,117,156). Sum of RGB (Red+Green+Blue) = 129+117+156=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #81759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81759C is #7E8A63. Grayscale: #7C7C7C. Windows color (decimal): -8292964 or 10253697. OLE color: 10253697.

HSL color Cylindrical-coordinate representation of color #81759C: hue angle of 258.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81759C is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 117 156 -
CMYK 0.17 0.25 0 0.39
HSL 258.46º 0.16% 0.54% -
HSV(B) 258.46º 0.25% 0.61% -
XYZ 21.42 19.79 34.14 -
YUV 125.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 129 117 156 0.17 0.25 0 0.39 258.46 0.16 0.54
Hex 81 75 9C 11 19 0 27 102 10 36
Octal 201 165 234 21 31 0 47 402 20 66
Binary 10000001 1110101 10011100 10001 11001 0 100111 100000010 10000 110110

Color Harmonies of #81759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81759C

Black with #81759C

Text Example


Text Example

White with #81759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81759C; }

 p { color: rgb(129,117,156); }

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

background-color css

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

 a { background-color: rgb(129,117,156); }

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

border-color css

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

 span { border-color: rgb(129,117,156); }

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