Html Css Color HEX #815BDC Medium Slate Blue

📋 copy color: '#815BDC'

red 129 ◦ green 91 ◦ blue 220

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

Shades of Medium Slate Blue #815BDC

Tints of Medium Slate Blue #815BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50%

R = 29.32%
G = 20.68%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815BDC (or 0x815BDC) is known color: Medium Slate Blue. HEX triplet: 81, 5B and DC. RGB value is (129,91,220). Sum of RGB (Red+Green+Blue) = 129+91+220=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #815BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BDC is #7EA423. Grayscale: #747474. Windows color (decimal): -8299556 or 14441345. OLE color: 14441345.

HSL color Cylindrical-coordinate representation of color #815BDC: hue angle of 257.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815BDC is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 91 220 -
CMYK 0.41 0.59 0 0.14
HSL 257.67º 0.65% 0.61% -
HSV(B) 257.67º 0.59% 0.86% -
XYZ 25.71 17.32 69.7 -
YUV 117.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 129 91 220 0.41 0.59 0 0.14 257.67 0.65 0.61
Hex 81 5B DC 29 3B 0 E 102 41 3D
Octal 201 133 334 51 73 0 16 402 101 75
Binary 10000001 1011011 11011100 101001 111011 0 1110 100000010 1000001 111101

Color Harmonies of #815BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815BDC

Black with #815BDC

Text Example


Text Example

White with #815BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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