Html Css Color HEX #81769B Deluge

📋 copy color: '#81769B'

red 129 ◦ green 118 ◦ blue 155

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

Shades of Deluge #81769B

Tints of Deluge #81769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 32.09%
G = 29.35%
B = 38.56%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81769B (or 0x81769B) is known color: Deluge. HEX triplet: 81, 76 and 9B. RGB value is (129,118,155). Sum of RGB (Red+Green+Blue) = 129+118+155=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #81769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769B is #7E8964. Grayscale: #7D7D7D. Windows color (decimal): -8292709 or 10188417. OLE color: 10188417.

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

Color convert

RGB 129 118 155 -
CMYK 0.17 0.24 0 0.39
HSL 257.84º 0.16% 0.54% -
HSV(B) 257.84º 0.24% 0.61% -
XYZ 21.45 19.99 33.74 -
YUV 125.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 129 118 155 0.17 0.24 0 0.39 257.84 0.16 0.54
Hex 81 76 9B 11 18 0 27 102 10 36
Octal 201 166 233 21 30 0 47 402 20 66
Binary 10000001 1110110 10011011 10001 11000 0 100111 100000010 10000 110110

Color Harmonies of #81769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81769B

Black with #81769B

Text Example


Text Example

White with #81769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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