Html Css Color HEX #815EA7 Deluge

📋 copy color: '#815EA7'

red 129 ◦ green 94 ◦ blue 167

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

Shades of Deluge #815EA7

Tints of Deluge #815EA7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 33.08%
G = 24.1%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#815EA7 (or 0x815EA7) is known color: Deluge. HEX triplet: 81, 5E and A7. RGB value is (129,94,167). Sum of RGB (Red+Green+Blue) = 129+94+167=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #815EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EA7 is #7EA158. Grayscale: #707070. Windows color (decimal): -8298841 or 10968705. OLE color: 10968705.

HSL color Cylindrical-coordinate representation of color #815EA7: hue angle of 268.77º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815EA7 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 94 167 -
CMYK 0.23 0.44 0 0.35
HSL 268.77º 0.29% 0.51% -
HSV(B) 268.77º 0.44% 0.65% -
XYZ 20.03 15.46 38.49 -
YUV 112.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 129 94 167 0.23 0.44 0 0.35 268.77 0.29 0.51
Hex 81 5E A7 17 2C 0 23 10D 1D 33
Octal 201 136 247 27 54 0 43 415 35 63
Binary 10000001 1011110 10100111 10111 101100 0 100011 100001101 11101 110011

Color Harmonies of #815EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EA7

Black with #815EA7

Text Example


Text Example

White with #815EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815EA7; }

 p { color: rgb(129,94,167); }

 H1.HeaderClassName
 {
   color: #815EA7;
 }
 .AnyTagClassName
 {
   color: #815EA7;
 }
</style>

background-color css

<style>
 a { background-color: #815EA7; }

 a { background-color: rgb(129,94,167); }

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

border-color css

<style>
 span { border-color: #815EA7; }

 span { border-color: rgb(129,94,167); }

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