Html Css Color HEX #815BB6 Deluge

📋 copy color: '#815BB6'

red 129 ◦ green 91 ◦ blue 182

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

Shades of Deluge #815BB6

Tints of Deluge #815BB6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 32.09%
G = 22.64%
B = 45.27%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#815BB6 (or 0x815BB6) is known color: Deluge. HEX triplet: 81, 5B and B6. RGB value is (129,91,182). Sum of RGB (Red+Green+Blue) = 129+91+182=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #815BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BB6 is #7EA449. Grayscale: #707070. Windows color (decimal): -8299594 or 11950977. OLE color: 11950977.

HSL color Cylindrical-coordinate representation of color #815BB6: hue angle of 265.05º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815BB6 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 91 182 -
CMYK 0.29 0.5 0 0.29
HSL 265.06º 0.38% 0.54% -
HSV(B) 265.06º 0.5% 0.71% -
XYZ 21.24 15.53 46.13 -
YUV 112.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 129 91 182 0.29 0.5 0 0.29 265.06 0.38 0.54
Hex 81 5B B6 1D 32 0 1D 109 26 36
Octal 201 133 266 35 62 0 35 411 46 66
Binary 10000001 1011011 10110110 11101 110010 0 11101 100001001 100110 110110

Color Harmonies of #815BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815BB6

Black with #815BB6

Text Example


Text Example

White with #815BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,91,182); }

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

background-color css

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

 a { background-color: rgb(129,91,182); }

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

border-color css

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

 span { border-color: rgb(129,91,182); }

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