Html Css Color HEX #8049FB Medium Slate Blue

📋 copy color: '#8049FB'

red 128 ◦ green 73 ◦ blue 251

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

Shades of Medium Slate Blue #8049FB

Tints of Medium Slate Blue #8049FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

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

R = 28.32%
G = 16.15%
B = 55.53%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8049FB (or 0x8049FB) is known color: Medium Slate Blue. HEX triplet: 80, 49 and FB. RGB value is (128,73,251). Sum of RGB (Red+Green+Blue) = 128+73+251=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #8049FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049FB is #7FB604. Grayscale: #6D6D6D. Windows color (decimal): -8369669 or 16468352. OLE color: 16468352.

HSL color Cylindrical-coordinate representation of color #8049FB: hue angle of 258.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8049FB is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 73 251 -
CMYK 0.49 0.71 0 0.02
HSL 258.54º 0.96% 0.64% -
HSV(B) 258.54º 0.71% 0.98% -
XYZ 28.7 16.32 92.9 -
YUV 109.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 128 73 251 0.49 0.71 0 0.02 258.54 0.96 0.64
Hex 80 49 FB 31 47 0 2 103 60 40
Octal 200 111 373 61 107 0 2 403 140 100
Binary 10000000 1001001 11111011 110001 1000111 0 10 100000011 1100000 1000000

Color Harmonies of #8049FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049FB

Black with #8049FB

Text Example


Text Example

White with #8049FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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