Html Css Color HEX #81799B Deluge

📋 copy color: '#81799B'

red 129 ◦ green 121 ◦ blue 155

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

Shades of Deluge #81799B

Tints of Deluge #81799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.88%

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

R = 31.85%
G = 29.88%
B = 38.27%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81799B (or 0x81799B) is known color: Deluge. HEX triplet: 81, 79 and 9B. RGB value is (129,121,155). Sum of RGB (Red+Green+Blue) = 129+121+155=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #81799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81799B is #7E8664. Grayscale: #7F7F7F. Windows color (decimal): -8291941 or 10189185. OLE color: 10189185.

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

Color convert

RGB 129 121 155 -
CMYK 0.17 0.22 0 0.39
HSL 254.12º 0.15% 0.54% -
HSV(B) 254.12º 0.22% 0.61% -
XYZ 21.81 20.71 33.86 -
YUV 127.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 129 121 155 0.17 0.22 0 0.39 254.12 0.15 0.54
Hex 81 79 9B 11 16 0 27 FE F 36
Octal 201 171 233 21 26 0 47 376 17 66
Binary 10000001 1111001 10011011 10001 10110 0 100111 11111110 1111 110110

Color Harmonies of #81799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81799B

Black with #81799B

Text Example


Text Example

White with #81799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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