Html Css Color HEX #815FE2 Medium Slate Blue

📋 copy color: '#815FE2'

red 129 ◦ green 95 ◦ blue 226

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

Shades of Medium Slate Blue #815FE2

Tints of Medium Slate Blue #815FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.22%

R = 28.67%
G = 21.11%
B = 50.22%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#815FE2 (or 0x815FE2) is known color: Medium Slate Blue. HEX triplet: 81, 5F and E2. RGB value is (129,95,226). Sum of RGB (Red+Green+Blue) = 129+95+226=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #815FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FE2 is #7EA01D. Grayscale: #777777. Windows color (decimal): -8298526 or 14835585. OLE color: 14835585.

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

Color convert

RGB 129 95 226 -
CMYK 0.43 0.58 0 0.11
HSL 255.57º 0.69% 0.63% -
HSV(B) 255.57º 0.58% 0.89% -
XYZ 26.87 18.34 74.08 -
YUV 120.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 129 95 226 0.43 0.58 0 0.11 255.57 0.69 0.63
Hex 81 5F E2 2B 3A 0 B 100 45 3F
Octal 201 137 342 53 72 0 13 400 105 77
Binary 10000001 1011111 11100010 101011 111010 0 1011 100000000 1000101 111111

Color Harmonies of #815FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FE2

Black with #815FE2

Text Example


Text Example

White with #815FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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