Html Css Color HEX #817CAB Deluge

📋 copy color: '#817CAB'

red 129 ◦ green 124 ◦ blue 171

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

Shades of Deluge #817CAB

Tints of Deluge #817CAB

RGB

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

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

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

R = 30.42%
G = 29.25%
B = 40.33%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#817CAB (or 0x817CAB) is known color: Deluge. HEX triplet: 81, 7C and AB. RGB value is (129,124,171). Sum of RGB (Red+Green+Blue) = 129+124+171=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #817CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAB is #7E8354. Grayscale: #828282. Windows color (decimal): -8291157 or 11238529. OLE color: 11238529.

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

Color convert

RGB 129 124 171 -
CMYK 0.25 0.27 0 0.33
HSL 246.38º 0.22% 0.58% -
HSV(B) 246.38º 0.27% 0.67% -
XYZ 23.61 22.02 41.53 -
YUV 130.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 129 124 171 0.25 0.27 0 0.33 246.38 0.22 0.58
Hex 81 7C AB 19 1B 0 21 F6 16 3A
Octal 201 174 253 31 33 0 41 366 26 72
Binary 10000001 1111100 10101011 11001 11011 0 100001 11110110 10110 111010

Color Harmonies of #817CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817CAB

Black with #817CAB

Text Example


Text Example

White with #817CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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