Html Css Color HEX #8058F1 Medium Slate Blue

📋 copy color: '#8058F1'

red 128 ◦ green 88 ◦ blue 241

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

Shades of Medium Slate Blue #8058F1

Tints of Medium Slate Blue #8058F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 28.01%
G = 19.26%
B = 52.74%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8058F1 (or 0x8058F1) is known color: Medium Slate Blue. HEX triplet: 80, 58 and F1. RGB value is (128,88,241). Sum of RGB (Red+Green+Blue) = 128+88+241=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #8058F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058F1 is #7FA70E. Grayscale: #747474. Windows color (decimal): -8365839 or 15816832. OLE color: 15816832.

HSL color Cylindrical-coordinate representation of color #8058F1: hue angle of 255.69º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8058F1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 88 241 -
CMYK 0.47 0.63 0 0.05
HSL 255.69º 0.85% 0.65% -
HSV(B) 255.69º 0.63% 0.95% -
XYZ 28.27 17.92 85.19 -
YUV 117.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 128 88 241 0.47 0.63 0 0.05 255.69 0.85 0.65
Hex 80 58 F1 2F 3F 0 5 100 55 41
Octal 200 130 361 57 77 0 5 400 125 101
Binary 10000000 1011000 11110001 101111 111111 0 101 100000000 1010101 1000001

Color Harmonies of #8058F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058F1

Black with #8058F1

Text Example


Text Example

White with #8058F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8058F1; }

 p { color: rgb(128,88,241); }

 H1.HeaderClassName
 {
   color: #8058F1;
 }
 .AnyTagClassName
 {
   color: #8058F1;
 }
</style>

background-color css

<style>
 a { background-color: #8058F1; }

 a { background-color: rgb(128,88,241); }

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

border-color css

<style>
 span { border-color: #8058F1; }

 span { border-color: rgb(128,88,241); }

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