Html Css Color HEX #817BAD Deluge

📋 copy color: '#817BAD'

red 129 ◦ green 123 ◦ blue 173

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

Shades of Deluge #817BAD

Tints of Deluge #817BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 30.35%
G = 28.94%
B = 40.71%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#817BAD (or 0x817BAD) is known color: Deluge. HEX triplet: 81, 7B and AD. RGB value is (129,123,173). Sum of RGB (Red+Green+Blue) = 129+123+173=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #817BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAD is #7E8452. Grayscale: #828282. Windows color (decimal): -8291411 or 11369345. OLE color: 11369345.

HSL color Cylindrical-coordinate representation of color #817BAD: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817BAD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 123 173 -
CMYK 0.25 0.29 0 0.32
HSL 247.2º 0.23% 0.58% -
HSV(B) 247.2º 0.29% 0.68% -
XYZ 23.68 21.85 42.5 -
YUV 130.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 129 123 173 0.25 0.29 0 0.32 247.2 0.23 0.58
Hex 81 7B AD 19 1D 0 20 F7 17 3A
Octal 201 173 255 31 35 0 40 367 27 72
Binary 10000001 1111011 10101101 11001 11101 0 100000 11110111 10111 111010

Color Harmonies of #817BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BAD

Black with #817BAD

Text Example


Text Example

White with #817BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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