Html Css Color HEX #804EFB Medium Slate Blue

📋 copy color: '#804EFB'

red 128 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #804EFB

Tints of Medium Slate Blue #804EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

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

R = 28.01%
G = 17.07%
B = 54.92%

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

#804EFB (or 0x804EFB) is known color: Medium Slate Blue. HEX triplet: 80, 4E and FB. RGB value is (128,78,251). Sum of RGB (Red+Green+Blue) = 128+78+251=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #804EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EFB is #7FB104. Grayscale: #707070. Windows color (decimal): -8368389 or 16469632. OLE color: 16469632.

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

Color convert

RGB 128 78 251 -
CMYK 0.49 0.69 0 0.02
HSL 257.34º 0.96% 0.65% -
HSV(B) 257.34º 0.69% 0.98% -
XYZ 29.04 17 93.02 -
YUV 112.67 206.07 138.93 -
System Red Green Blue C M Y K H S L
Decimal 128 78 251 0.49 0.69 0 0.02 257.34 0.96 0.65
Hex 80 4E FB 31 45 0 2 101 60 41
Octal 200 116 373 61 105 0 2 401 140 101
Binary 10000000 1001110 11111011 110001 1000101 0 10 100000001 1100000 1000001

Color Harmonies of #804EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EFB

Black with #804EFB

Text Example


Text Example

White with #804EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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