Html Css Color HEX #804FF8 Medium Slate Blue

📋 copy color: '#804FF8'

red 128 ◦ green 79 ◦ blue 248

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

Shades of Medium Slate Blue #804FF8

Tints of Medium Slate Blue #804FF8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 248 (97.27% from 255) = 54.51%

R = 28.13%
G = 17.36%
B = 54.51%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#804FF8 (or 0x804FF8) is known color: Medium Slate Blue. HEX triplet: 80, 4F and F8. RGB value is (128,79,248). Sum of RGB (Red+Green+Blue) = 128+79+248=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #804FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FF8 is #7FB007. Grayscale: #707070. Windows color (decimal): -8368136 or 16273280. OLE color: 16273280.

HSL color Cylindrical-coordinate representation of color #804FF8: hue angle of 257.4º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804FF8 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 79 248 -
CMYK 0.48 0.68 0 0.03
HSL 257.4º 0.92% 0.64% -
HSV(B) 257.4º 0.68% 0.97% -
XYZ 28.64 16.96 90.57 -
YUV 112.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 128 79 248 0.48 0.68 0 0.03 257.4 0.92 0.64
Hex 80 4F F8 30 44 0 3 101 5C 40
Octal 200 117 370 60 104 0 3 401 134 100
Binary 10000000 1001111 11111000 110000 1000100 0 11 100000001 1011100 1000000

Color Harmonies of #804FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FF8

Black with #804FF8

Text Example


Text Example

White with #804FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,79,248); }

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

background-color css

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

 a { background-color: rgb(128,79,248); }

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

border-color css

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

 span { border-color: rgb(128,79,248); }

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