Html Css Color HEX #804BFC Medium Slate Blue

📋 copy color: '#804BFC'

red 128 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #804BFC

Tints of Medium Slate Blue #804BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

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

R = 28.13%
G = 16.48%
B = 55.38%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#804BFC (or 0x804BFC) is known color: Medium Slate Blue. HEX triplet: 80, 4B and FC. RGB value is (128,75,252). Sum of RGB (Red+Green+Blue) = 128+75+252=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #804BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804BFC is #7FB403. Grayscale: #6E6E6E. Windows color (decimal): -8369156 or 16534400. OLE color: 16534400.

HSL color Cylindrical-coordinate representation of color #804BFC: hue angle of 257.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804BFC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 75 252 -
CMYK 0.49 0.70 0 0.01
HSL 257.97º 0.97% 0.64% -
HSV(B) 257.97º 0.7% 0.99% -
XYZ 28.99 16.65 93.78 -
YUV 111.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 128 75 252 0.49 0.70 0 0.01 257.97 0.97 0.64
Hex 80 4B FC 31 46 0 1 102 61 40
Octal 200 113 374 61 106 0 1 402 141 100
Binary 10000000 1001011 11111100 110001 1000110 0 1 100000010 1100001 1000000

Color Harmonies of #804BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BFC

Black with #804BFC

Text Example


Text Example

White with #804BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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