Html Css Color HEX #817CAC Deluge

📋 copy color: '#817CAC'

red 129 ◦ green 124 ◦ blue 172

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

Shades of Deluge #817CAC

Tints of Deluge #817CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 30.35%
G = 29.18%
B = 40.47%

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

#817CAC (or 0x817CAC) is known color: Deluge. HEX triplet: 81, 7C and AC. RGB value is (129,124,172). Sum of RGB (Red+Green+Blue) = 129+124+172=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #817CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAC is #7E8353. Grayscale: #828282. Windows color (decimal): -8291156 or 11304065. OLE color: 11304065.

HSL color Cylindrical-coordinate representation of color #817CAC: hue angle of 246.25º 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 #817CAC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 124 172 -
CMYK 0.25 0.28 0 0.33
HSL 246.25º 0.22% 0.58% -
HSV(B) 246.25º 0.28% 0.67% -
XYZ 23.71 22.06 42.04 -
YUV 130.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 129 124 172 0.25 0.28 0 0.33 246.25 0.22 0.58
Hex 81 7C AC 19 1C 0 21 F6 16 3A
Octal 201 174 254 31 34 0 41 366 26 72
Binary 10000001 1111100 10101100 11001 11100 0 100001 11110110 10110 111010

Color Harmonies of #817CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CAC

Black with #817CAC

Text Example


Text Example

White with #817CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,124,172); }

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

background-color css

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

 a { background-color: rgb(129,124,172); }

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

border-color css

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

 span { border-color: rgb(129,124,172); }

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