Html Css Color HEX #81759D Deluge

📋 copy color: '#81759D'

red 129 ◦ green 117 ◦ blue 157

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

Shades of Deluge #81759D

Tints of Deluge #81759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 32.01%
G = 29.03%
B = 38.96%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#81759D (or 0x81759D) is known color: Deluge. HEX triplet: 81, 75 and 9D. RGB value is (129,117,157). Sum of RGB (Red+Green+Blue) = 129+117+157=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #81759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81759D is #7E8A62. Grayscale: #7C7C7C. Windows color (decimal): -8292963 or 10319233. OLE color: 10319233.

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

Color convert

RGB 129 117 157 -
CMYK 0.18 0.25 0 0.38
HSL 258º 0.17% 0.54% -
HSV(B) 258º 0.25% 0.62% -
XYZ 21.5 19.82 34.59 -
YUV 125.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 129 117 157 0.18 0.25 0 0.38 258 0.17 0.54
Hex 81 75 9D 12 19 0 26 102 11 36
Octal 201 165 235 22 31 0 46 402 21 66
Binary 10000001 1110101 10011101 10010 11001 0 100110 100000010 10001 110110

Color Harmonies of #81759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81759D

Black with #81759D

Text Example


Text Example

White with #81759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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