Html Css Color HEX #8051FA Medium Slate Blue

📋 copy color: '#8051FA'

red 128 ◦ green 81 ◦ blue 250

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

Shades of Medium Slate Blue #8051FA

Tints of Medium Slate Blue #8051FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 27.89%
G = 17.65%
B = 54.47%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8051FA (or 0x8051FA) is known color: Medium Slate Blue. HEX triplet: 80, 51 and FA. RGB value is (128,81,250). Sum of RGB (Red+Green+Blue) = 128+81+250=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #8051FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051FA is #7FAE05. Grayscale: #717171. Windows color (decimal): -8367622 or 16404864. OLE color: 16404864.

HSL color Cylindrical-coordinate representation of color #8051FA: hue angle of 256.69º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8051FA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 81 250 -
CMYK 0.49 0.68 0 0.02
HSL 256.69º 0.94% 0.65% -
HSV(B) 256.69º 0.68% 0.98% -
XYZ 29.1 17.38 92.26 -
YUV 114.32 204.57 137.76 -
System Red Green Blue C M Y K H S L
Decimal 128 81 250 0.49 0.68 0 0.02 256.69 0.94 0.65
Hex 80 51 FA 31 44 0 2 101 5E 41
Octal 200 121 372 61 104 0 2 401 136 101
Binary 10000000 1010001 11111010 110001 1000100 0 10 100000001 1011110 1000001

Color Harmonies of #8051FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051FA

Black with #8051FA

Text Example


Text Example

White with #8051FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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