Html Css Color HEX #817B9B Deluge

📋 copy color: '#817B9B'

red 129 ◦ green 123 ◦ blue 155

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

Shades of Deluge #817B9B

Tints of Deluge #817B9B

RGB

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

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

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

R = 31.7%
G = 30.22%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#817B9B (or 0x817B9B) is known color: Deluge. HEX triplet: 81, 7B and 9B. RGB value is (129,123,155). Sum of RGB (Red+Green+Blue) = 129+123+155=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #817B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B9B is #7E8464. Grayscale: #808080. Windows color (decimal): -8291429 or 10189697. OLE color: 10189697.

HSL color Cylindrical-coordinate representation of color #817B9B: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817B9B is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 123 155 -
CMYK 0.17 0.21 0 0.39
HSL 251.25º 0.14% 0.55% -
HSV(B) 251.25º 0.21% 0.61% -
XYZ 22.05 21.2 33.94 -
YUV 128.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 129 123 155 0.17 0.21 0 0.39 251.25 0.14 0.55
Hex 81 7B 9B 11 15 0 27 FB E 37
Octal 201 173 233 21 25 0 47 373 16 67
Binary 10000001 1111011 10011011 10001 10101 0 100111 11111011 1110 110111

Color Harmonies of #817B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B9B

Black with #817B9B

Text Example


Text Example

White with #817B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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