Html Css Color HEX #817BAA Deluge

📋 copy color: '#817BAA'

red 129 ◦ green 123 ◦ blue 170

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

Shades of Deluge #817BAA

Tints of Deluge #817BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 30.57%
G = 29.15%
B = 40.28%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817BAA (or 0x817BAA) is known color: Deluge. HEX triplet: 81, 7B and AA. RGB value is (129,123,170). Sum of RGB (Red+Green+Blue) = 129+123+170=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #817BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAA is #7E8455. Grayscale: #818181. Windows color (decimal): -8291414 or 11172737. OLE color: 11172737.

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

Color convert

RGB 129 123 170 -
CMYK 0.24 0.28 0 0.33
HSL 247.66º 0.22% 0.57% -
HSV(B) 247.66º 0.28% 0.67% -
XYZ 23.39 21.74 40.99 -
YUV 130.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 129 123 170 0.24 0.28 0 0.33 247.66 0.22 0.57
Hex 81 7B AA 18 1C 0 21 F8 16 39
Octal 201 173 252 30 34 0 41 370 26 71
Binary 10000001 1111011 10101010 11000 11100 0 100001 11111000 10110 111001

Color Harmonies of #817BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BAA

Black with #817BAA

Text Example


Text Example

White with #817BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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