Html Css Color HEX #815FEF Medium Slate Blue

📋 copy color: '#815FEF'

red 129 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #815FEF

Tints of Medium Slate Blue #815FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 27.86%
G = 20.52%
B = 51.62%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#815FEF (or 0x815FEF) is known color: Medium Slate Blue. HEX triplet: 81, 5F and EF. RGB value is (129,95,239). Sum of RGB (Red+Green+Blue) = 129+95+239=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #815FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FEF is #7EA010. Grayscale: #797979. Windows color (decimal): -8298513 or 15687553. OLE color: 15687553.

HSL color Cylindrical-coordinate representation of color #815FEF: hue angle of 254.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815FEF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 95 239 -
CMYK 0.46 0.60 0 0.06
HSL 254.17º 0.82% 0.65% -
HSV(B) 254.17º 0.6% 0.94% -
XYZ 28.73 19.08 83.83 -
YUV 121.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 129 95 239 0.46 0.60 0 0.06 254.17 0.82 0.65
Hex 81 5F EF 2E 3C 0 6 FE 52 41
Octal 201 137 357 56 74 0 6 376 122 101
Binary 10000001 1011111 11101111 101110 111100 0 110 11111110 1010010 1000001

Color Harmonies of #815FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FEF

Black with #815FEF

Text Example


Text Example

White with #815FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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