Html Css Color HEX #816EB2 Deluge

📋 copy color: '#816EB2'

red 129 ◦ green 110 ◦ blue 178

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

Shades of Deluge #816EB2

Tints of Deluge #816EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 30.94%
G = 26.38%
B = 42.69%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#816EB2 (or 0x816EB2) is known color: Deluge. HEX triplet: 81, 6E and B2. RGB value is (129,110,178). Sum of RGB (Red+Green+Blue) = 129+110+178=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #816EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EB2 is #7E914D. Grayscale: #7B7B7B. Windows color (decimal): -8294734 or 11693697. OLE color: 11693697.

HSL color Cylindrical-coordinate representation of color #816EB2: hue angle of 256.76º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #816EB2 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 110 178 -
CMYK 0.28 0.38 0 0.30
HSL 256.76º 0.31% 0.56% -
HSV(B) 256.76º 0.38% 0.7% -
XYZ 22.67 19.03 44.6 -
YUV 123.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 129 110 178 0.28 0.38 0 0.30 256.76 0.31 0.56
Hex 81 6E B2 1C 26 0 1E 101 1F 38
Octal 201 156 262 34 46 0 36 401 37 70
Binary 10000001 1101110 10110010 11100 100110 0 11110 100000001 11111 111000

Color Harmonies of #816EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EB2

Black with #816EB2

Text Example


Text Example

White with #816EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,110,178); }

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

background-color css

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

 a { background-color: rgb(129,110,178); }

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

border-color css

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

 span { border-color: rgb(129,110,178); }

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