Html Css Color HEX #8051FC Medium Slate Blue

📋 copy color: '#8051FC'

red 128 ◦ green 81 ◦ blue 252

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

Shades of Medium Slate Blue #8051FC

Tints of Medium Slate Blue #8051FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 27.77%
G = 17.57%
B = 54.66%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8051FC (or 0x8051FC) is known color: Medium Slate Blue. HEX triplet: 80, 51 and FC. RGB value is (128,81,252). Sum of RGB (Red+Green+Blue) = 128+81+252=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #8051FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051FC is #7FAE03. Grayscale: #717171. Windows color (decimal): -8367620 or 16535936. OLE color: 16535936.

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

Color convert

RGB 128 81 252 -
CMYK 0.49 0.68 0 0.01
HSL 256.49º 0.97% 0.65% -
HSV(B) 256.49º 0.68% 0.99% -
XYZ 29.42 17.5 93.92 -
YUV 114.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 128 81 252 0.49 0.68 0 0.01 256.49 0.97 0.65
Hex 80 51 FC 31 44 0 1 100 61 41
Octal 200 121 374 61 104 0 1 400 141 101
Binary 10000000 1010001 11111100 110001 1000100 0 1 100000000 1100001 1000001

Color Harmonies of #8051FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051FC

Black with #8051FC

Text Example


Text Example

White with #8051FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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