Html Css Color HEX #8050FB Medium Slate Blue

📋 copy color: '#8050FB'

red 128 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #8050FB

Tints of Medium Slate Blue #8050FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 27.89%
G = 17.43%
B = 54.68%

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

#8050FB (or 0x8050FB) is known color: Medium Slate Blue. HEX triplet: 80, 50 and FB. RGB value is (128,80,251). Sum of RGB (Red+Green+Blue) = 128+80+251=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #8050FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050FB is #7FAF04. Grayscale: #717171. Windows color (decimal): -8367877 or 16470144. OLE color: 16470144.

HSL color Cylindrical-coordinate representation of color #8050FB: hue angle of 256.84º degrees, saturation: 0.96, 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 #8050FB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 80 251 -
CMYK 0.49 0.68 0 0.02
HSL 256.84º 0.96% 0.65% -
HSV(B) 256.84º 0.68% 0.98% -
XYZ 29.18 17.29 93.07 -
YUV 113.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 128 80 251 0.49 0.68 0 0.02 256.84 0.96 0.65
Hex 80 50 FB 31 44 0 2 101 60 41
Octal 200 120 373 61 104 0 2 401 140 101
Binary 10000000 1010000 11111011 110001 1000100 0 10 100000001 1100000 1000001

Color Harmonies of #8050FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050FB

Black with #8050FB

Text Example


Text Example

White with #8050FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8050FB; }

 p { color: rgb(128,80,251); }

 H1.HeaderClassName
 {
   color: #8050FB;
 }
 .AnyTagClassName
 {
   color: #8050FB;
 }
</style>

background-color css

<style>
 a { background-color: #8050FB; }

 a { background-color: rgb(128,80,251); }

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

border-color css

<style>
 span { border-color: #8050FB; }

 span { border-color: rgb(128,80,251); }

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