Html Css Color HEX #817BAB Deluge

📋 copy color: '#817BAB'

red 129 ◦ green 123 ◦ blue 171

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

Shades of Deluge #817BAB

Tints of Deluge #817BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 30.5%
G = 29.08%
B = 40.43%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817BAB (or 0x817BAB) is known color: Deluge. HEX triplet: 81, 7B and AB. RGB value is (129,123,171). Sum of RGB (Red+Green+Blue) = 129+123+171=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #817BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAB is #7E8454. Grayscale: #828282. Windows color (decimal): -8291413 or 11238273. OLE color: 11238273.

HSL color Cylindrical-coordinate representation of color #817BAB: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817BAB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 123 171 -
CMYK 0.25 0.28 0 0.33
HSL 247.5º 0.22% 0.58% -
HSV(B) 247.5º 0.28% 0.67% -
XYZ 23.49 21.77 41.49 -
YUV 130.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 129 123 171 0.25 0.28 0 0.33 247.5 0.22 0.58
Hex 81 7B AB 19 1C 0 21 F8 16 3A
Octal 201 173 253 31 34 0 41 370 26 72
Binary 10000001 1111011 10101011 11001 11100 0 100001 11111000 10110 111010

Color Harmonies of #817BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BAB

Black with #817BAB

Text Example


Text Example

White with #817BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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