Html Css Color HEX #81759B Deluge

📋 copy color: '#81759B'

red 129 ◦ green 117 ◦ blue 155

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

Shades of Deluge #81759B

Tints of Deluge #81759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 32.17%
G = 29.18%
B = 38.65%

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

#81759B (or 0x81759B) is known color: Deluge. HEX triplet: 81, 75 and 9B. RGB value is (129,117,155). Sum of RGB (Red+Green+Blue) = 129+117+155=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #81759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81759B is #7E8A64. Grayscale: #7C7C7C. Windows color (decimal): -8292965 or 10188161. OLE color: 10188161.

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

Color convert

RGB 129 117 155 -
CMYK 0.17 0.25 0 0.39
HSL 258.95º 0.16% 0.53% -
HSV(B) 258.95º 0.25% 0.61% -
XYZ 21.33 19.76 33.7 -
YUV 124.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 129 117 155 0.17 0.25 0 0.39 258.95 0.16 0.53
Hex 81 75 9B 11 19 0 27 103 10 35
Octal 201 165 233 21 31 0 47 403 20 65
Binary 10000001 1110101 10011011 10001 11001 0 100111 100000011 10000 110101

Color Harmonies of #81759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81759B

Black with #81759B

Text Example


Text Example

White with #81759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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