Html Css Color HEX #8051FE Medium Slate Blue

📋 copy color: '#8051FE'

red 128 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #8051FE

Tints of Medium Slate Blue #8051FE

RGB

 RED value IS 128 (50.39% from 255) = 27.65%

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 27.65%
G = 17.49%
B = 54.86%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8051FE (or 0x8051FE) is known color: Medium Slate Blue. HEX triplet: 80, 51 and FE. RGB value is (128,81,254). Sum of RGB (Red+Green+Blue) = 128+81+254=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #8051FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051FE is #7FAE01. Grayscale: #727272. Windows color (decimal): -8367618 or 16667008. OLE color: 16667008.

HSL color Cylindrical-coordinate representation of color #8051FE: hue angle of 256.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8051FE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 81 254 -
CMYK 0.50 0.68 0 0.00
HSL 256.3º 0.99% 0.66% -
HSV(B) 256.3º 0.68% 1% -
XYZ 29.73 17.63 95.6 -
YUV 114.78 206.57 137.43 -
System Red Green Blue C M Y K H S L
Decimal 128 81 254 0.50 0.68 0 0.00 256.3 0.99 0.66
Hex 80 51 FE 32 44 0 0 100 63 42
Octal 200 121 376 62 104 0 0 400 143 102
Binary 10000000 1010001 11111110 110010 1000100 0 0 100000000 1100011 1000010

Color Harmonies of #8051FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051FE

Black with #8051FE

Text Example


Text Example

White with #8051FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8051FE; }

 p { color: rgb(128,81,254); }

 H1.HeaderClassName
 {
   color: #8051FE;
 }
 .AnyTagClassName
 {
   color: #8051FE;
 }
</style>

background-color css

<style>
 a { background-color: #8051FE; }

 a { background-color: rgb(128,81,254); }

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

border-color css

<style>
 span { border-color: #8051FE; }

 span { border-color: rgb(128,81,254); }

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