Html Css Color HEX #817B95 Deluge

📋 copy color: '#817B95'

red 129 ◦ green 123 ◦ blue 149

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

Shades of Deluge #817B95

Tints of Deluge #817B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 32.17%
G = 30.67%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817B95 (or 0x817B95) is known color: Deluge. HEX triplet: 81, 7B and 95. RGB value is (129,123,149). Sum of RGB (Red+Green+Blue) = 129+123+149=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #817B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B95 is #7E846A. Grayscale: #7F7F7F. Windows color (decimal): -8291435 or 9796481. OLE color: 9796481.

HSL color Cylindrical-coordinate representation of color #817B95: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #817B95 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 123 149 -
CMYK 0.13 0.17 0 0.42
HSL 253.85º 0.11% 0.53% -
HSV(B) 253.85º 0.17% 0.58% -
XYZ 21.56 21 31.35 -
YUV 127.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 129 123 149 0.13 0.17 0 0.42 253.85 0.11 0.53
Hex 81 7B 95 D 11 0 2A FE B 35
Octal 201 173 225 15 21 0 52 376 13 65
Binary 10000001 1111011 10010101 1101 10001 0 101010 11111110 1011 110101

Color Harmonies of #817B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B95

Black with #817B95

Text Example


Text Example

White with #817B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817B95; }

 p { color: rgb(129,123,149); }

 H1.HeaderClassName
 {
   color: #817B95;
 }
 .AnyTagClassName
 {
   color: #817B95;
 }
</style>

background-color css

<style>
 a { background-color: #817B95; }

 a { background-color: rgb(129,123,149); }

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

border-color css

<style>
 span { border-color: #817B95; }

 span { border-color: rgb(129,123,149); }

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