Html Css Color HEX #816FB0 Deluge

📋 copy color: '#816FB0'

red 129 ◦ green 111 ◦ blue 176

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

Shades of Deluge #816FB0

Tints of Deluge #816FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 31.01%
G = 26.68%
B = 42.31%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#816FB0 (or 0x816FB0) is known color: Deluge. HEX triplet: 81, 6F and B0. RGB value is (129,111,176). Sum of RGB (Red+Green+Blue) = 129+111+176=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #816FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FB0 is #7E904F. Grayscale: #7B7B7B. Windows color (decimal): -8294480 or 11562881. OLE color: 11562881.

HSL color Cylindrical-coordinate representation of color #816FB0: hue angle of 256.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816FB0 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 111 176 -
CMYK 0.27 0.37 0 0.31
HSL 256.62º 0.29% 0.56% -
HSV(B) 256.62º 0.37% 0.69% -
XYZ 22.57 19.17 43.58 -
YUV 123.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 129 111 176 0.27 0.37 0 0.31 256.62 0.29 0.56
Hex 81 6F B0 1B 25 0 1F 101 1D 38
Octal 201 157 260 33 45 0 37 401 35 70
Binary 10000001 1101111 10110000 11011 100101 0 11111 100000001 11101 111000

Color Harmonies of #816FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FB0

Black with #816FB0

Text Example


Text Example

White with #816FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816FB0; }

 p { color: rgb(129,111,176); }

 H1.HeaderClassName
 {
   color: #816FB0;
 }
 .AnyTagClassName
 {
   color: #816FB0;
 }
</style>

background-color css

<style>
 a { background-color: #816FB0; }

 a { background-color: rgb(129,111,176); }

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

border-color css

<style>
 span { border-color: #816FB0; }

 span { border-color: rgb(129,111,176); }

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