Html Css Color HEX #817BAF Deluge

📋 copy color: '#817BAF'

red 129 ◦ green 123 ◦ blue 175

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

Shades of Deluge #817BAF

Tints of Deluge #817BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 30.21%
G = 28.81%
B = 40.98%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#817BAF (or 0x817BAF) is known color: Deluge. HEX triplet: 81, 7B and AF. RGB value is (129,123,175). Sum of RGB (Red+Green+Blue) = 129+123+175=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #817BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817BAF is #7E8450. Grayscale: #828282. Windows color (decimal): -8291409 or 11500417. OLE color: 11500417.

HSL color Cylindrical-coordinate representation of color #817BAF: hue angle of 246.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817BAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 123 175 -
CMYK 0.26 0.30 0 0.31
HSL 246.92º 0.25% 0.58% -
HSV(B) 246.92º 0.3% 0.69% -
XYZ 23.87 21.93 43.53 -
YUV 130.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 129 123 175 0.26 0.30 0 0.31 246.92 0.25 0.58
Hex 81 7B AF 1A 1E 0 1F F7 19 3A
Octal 201 173 257 32 36 0 37 367 31 72
Binary 10000001 1111011 10101111 11010 11110 0 11111 11110111 11001 111010

Color Harmonies of #817BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BAF

Black with #817BAF

Text Example


Text Example

White with #817BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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