Html Css Color HEX #815AEF Medium Slate Blue

📋 copy color: '#815AEF'

red 129 ◦ green 90 ◦ blue 239

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

Shades of Medium Slate Blue #815AEF

Tints of Medium Slate Blue #815AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

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

R = 28.17%
G = 19.65%
B = 52.18%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#815AEF (or 0x815AEF) is known color: Medium Slate Blue. HEX triplet: 81, 5A and EF. RGB value is (129,90,239). Sum of RGB (Red+Green+Blue) = 129+90+239=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #815AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AEF is #7EA510. Grayscale: #767676. Windows color (decimal): -8299793 or 15686273. OLE color: 15686273.

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

Color convert

RGB 129 90 239 -
CMYK 0.46 0.62 0 0.06
HSL 255.7º 0.82% 0.65% -
HSV(B) 255.7º 0.62% 0.94% -
XYZ 28.29 18.21 83.69 -
YUV 118.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 129 90 239 0.46 0.62 0 0.06 255.7 0.82 0.65
Hex 81 5A EF 2E 3E 0 6 100 52 41
Octal 201 132 357 56 76 0 6 400 122 101
Binary 10000001 1011010 11101111 101110 111110 0 110 100000000 1010010 1000001

Color Harmonies of #815AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AEF

Black with #815AEF

Text Example


Text Example

White with #815AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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