Html Css Color HEX #804DFB Medium Slate Blue

📋 copy color: '#804DFB'

red 128 ◦ green 77 ◦ blue 251

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

Shades of Medium Slate Blue #804DFB

Tints of Medium Slate Blue #804DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

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

R = 28.07%
G = 16.89%
B = 55.04%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#804DFB (or 0x804DFB) is known color: Medium Slate Blue. HEX triplet: 80, 4D and FB. RGB value is (128,77,251). Sum of RGB (Red+Green+Blue) = 128+77+251=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #804DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804DFB is #7FB204. Grayscale: #6F6F6F. Windows color (decimal): -8368645 or 16469376. OLE color: 16469376.

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

Color convert

RGB 128 77 251 -
CMYK 0.49 0.69 0 0.02
HSL 257.59º 0.96% 0.64% -
HSV(B) 257.59º 0.69% 0.98% -
XYZ 28.97 16.86 92.99 -
YUV 112.09 206.4 139.35 -
System Red Green Blue C M Y K H S L
Decimal 128 77 251 0.49 0.69 0 0.02 257.59 0.96 0.64
Hex 80 4D FB 31 45 0 2 102 60 40
Octal 200 115 373 61 105 0 2 402 140 100
Binary 10000000 1001101 11111011 110001 1000101 0 10 100000010 1100000 1000000

Color Harmonies of #804DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DFB

Black with #804DFB

Text Example


Text Example

White with #804DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804DFB; }

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

 H1.HeaderClassName
 {
   color: #804DFB;
 }
 .AnyTagClassName
 {
   color: #804DFB;
 }
</style>

background-color css

<style>
 a { background-color: #804DFB; }

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

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

border-color css

<style>
 span { border-color: #804DFB; }

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

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