Html Css Color HEX #817FAC Deluge

📋 copy color: '#817FAC'

red 129 ◦ green 127 ◦ blue 172

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

Shades of Deluge #817FAC

Tints of Deluge #817FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

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

R = 30.14%
G = 29.67%
B = 40.19%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817FAC (or 0x817FAC) is known color: Deluge. HEX triplet: 81, 7F and AC. RGB value is (129,127,172). Sum of RGB (Red+Green+Blue) = 129+127+172=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #817FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAC is #7E8053. Grayscale: #848484. Windows color (decimal): -8290388 or 11304833. OLE color: 11304833.

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

Color convert

RGB 129 127 172 -
CMYK 0.25 0.26 0 0.33
HSL 242.67º 0.21% 0.59% -
HSV(B) 242.67º 0.26% 0.67% -
XYZ 24.09 22.82 42.17 -
YUV 132.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 129 127 172 0.25 0.26 0 0.33 242.67 0.21 0.59
Hex 81 7F AC 19 1A 0 21 F3 15 3B
Octal 201 177 254 31 32 0 41 363 25 73
Binary 10000001 1111111 10101100 11001 11010 0 100001 11110011 10101 111011

Color Harmonies of #817FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FAC

Black with #817FAC

Text Example


Text Example

White with #817FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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