Html Css Color HEX #815AFE Medium Slate Blue

📋 copy color: '#815AFE'

red 129 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #815AFE

Tints of Medium Slate Blue #815AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 27.27%
G = 19.03%
B = 53.7%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#815AFE (or 0x815AFE) is known color: Medium Slate Blue. HEX triplet: 81, 5A and FE. RGB value is (129,90,254). Sum of RGB (Red+Green+Blue) = 129+90+254=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #815AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AFE is #7EA501. Grayscale: #777777. Windows color (decimal): -8299778 or 16669313. OLE color: 16669313.

HSL color Cylindrical-coordinate representation of color #815AFE: hue angle of 254.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #815AFE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 90 254 -
CMYK 0.49 0.65 0 0.00
HSL 254.27º 0.99% 0.67% -
HSV(B) 254.27º 0.65% 1% -
XYZ 30.6 19.14 95.85 -
YUV 120.36 203.42 134.16 -
System Red Green Blue C M Y K H S L
Decimal 129 90 254 0.49 0.65 0 0.00 254.27 0.99 0.67
Hex 81 5A FE 31 41 0 0 FE 63 43
Octal 201 132 376 61 101 0 0 376 143 103
Binary 10000001 1011010 11111110 110001 1000001 0 0 11111110 1100011 1000011

Color Harmonies of #815AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AFE

Black with #815AFE

Text Example


Text Example

White with #815AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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