Html Css Color HEX #815FE0 Medium Slate Blue

📋 copy color: '#815FE0'

red 129 ◦ green 95 ◦ blue 224

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

Shades of Medium Slate Blue #815FE0

Tints of Medium Slate Blue #815FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 28.79%
G = 21.21%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#815FE0 (or 0x815FE0) is known color: Medium Slate Blue. HEX triplet: 81, 5F and E0. RGB value is (129,95,224). Sum of RGB (Red+Green+Blue) = 129+95+224=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #815FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FE0 is #7EA01F. Grayscale: #777777. Windows color (decimal): -8298528 or 14704513. OLE color: 14704513.

HSL color Cylindrical-coordinate representation of color #815FE0: hue angle of 255.81º 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 #815FE0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 95 224 -
CMYK 0.42 0.58 0 0.12
HSL 255.81º 0.68% 0.63% -
HSV(B) 255.81º 0.58% 0.88% -
XYZ 26.6 18.23 72.64 -
YUV 119.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 129 95 224 0.42 0.58 0 0.12 255.81 0.68 0.63
Hex 81 5F E0 2A 3A 0 C 100 44 3F
Octal 201 137 340 52 72 0 14 400 104 77
Binary 10000001 1011111 11100000 101010 111010 0 1100 100000000 1000100 111111

Color Harmonies of #815FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FE0

Black with #815FE0

Text Example


Text Example

White with #815FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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