Html Css Color HEX #817FAB Deluge

📋 copy color: '#817FAB'

red 129 ◦ green 127 ◦ blue 171

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

Shades of Deluge #817FAB

Tints of Deluge #817FAB

RGB

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

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

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

R = 30.21%
G = 29.74%
B = 40.05%

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

#817FAB (or 0x817FAB) is known color: Deluge. HEX triplet: 81, 7F and AB. RGB value is (129,127,171). Sum of RGB (Red+Green+Blue) = 129+127+171=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #817FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAB is #7E8054. Grayscale: #848484. Windows color (decimal): -8290389 or 11239297. OLE color: 11239297.

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

Color convert

RGB 129 127 171 -
CMYK 0.25 0.26 0 0.33
HSL 242.73º 0.21% 0.58% -
HSV(B) 242.73º 0.26% 0.67% -
XYZ 23.99 22.79 41.66 -
YUV 132.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 129 127 171 0.25 0.26 0 0.33 242.73 0.21 0.58
Hex 81 7F AB 19 1A 0 21 F3 15 3A
Octal 201 177 253 31 32 0 41 363 25 72
Binary 10000001 1111111 10101011 11001 11010 0 100001 11110011 10101 111010

Color Harmonies of #817FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FAB

Black with #817FAB

Text Example


Text Example

White with #817FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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