Html Css Color HEX #815FE1 Medium Slate Blue

📋 copy color: '#815FE1'

red 129 ◦ green 95 ◦ blue 225

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

Shades of Medium Slate Blue #815FE1

Tints of Medium Slate Blue #815FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 28.73%
G = 21.16%
B = 50.11%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#815FE1 (or 0x815FE1) is known color: Medium Slate Blue. HEX triplet: 81, 5F and E1. RGB value is (129,95,225). Sum of RGB (Red+Green+Blue) = 129+95+225=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #815FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FE1 is #7EA01E. Grayscale: #777777. Windows color (decimal): -8298527 or 14770049. OLE color: 14770049.

HSL color Cylindrical-coordinate representation of color #815FE1: hue angle of 255.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815FE1 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 95 225 -
CMYK 0.43 0.58 0 0.12
HSL 255.69º 0.68% 0.63% -
HSV(B) 255.69º 0.58% 0.88% -
XYZ 26.74 18.29 73.35 -
YUV 119.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 129 95 225 0.43 0.58 0 0.12 255.69 0.68 0.63
Hex 81 5F E1 2B 3A 0 C 100 44 3F
Octal 201 137 341 53 72 0 14 400 104 77
Binary 10000001 1011111 11100001 101011 111010 0 1100 100000000 1000100 111111

Color Harmonies of #815FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FE1

Black with #815FE1

Text Example


Text Example

White with #815FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,95,225); }

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

background-color css

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

 a { background-color: rgb(129,95,225); }

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

border-color css

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

 span { border-color: rgb(129,95,225); }

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