Html Css Color HEX #7F58F1 Medium Slate Blue

📋 copy color: '#7F58F1'

red 127 ◦ green 88 ◦ blue 241

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

Shades of Medium Slate Blue #7F58F1

Tints of Medium Slate Blue #7F58F1

RGB

 RED value IS 127 (50% from 255) = 27.85%

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

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

R = 27.85%
G = 19.3%
B = 52.85%

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

#7F58F1 (or 0x7F58F1) is known color: Medium Slate Blue. HEX triplet: 7F, 58 and F1. RGB value is (127,88,241). Sum of RGB (Red+Green+Blue) = 127+88+241=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F58F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F58F1 is #80A70E. Grayscale: #747474. Windows color (decimal): -8431375 or 15816831. OLE color: 15816831.

HSL color Cylindrical-coordinate representation of color #7F58F1: hue angle of 255.29º 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 #7F58F1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 88 241 -
CMYK 0.47 0.63 0 0.05
HSL 255.29º 0.85% 0.65% -
HSV(B) 255.29º 0.63% 0.95% -
XYZ 28.12 17.84 85.18 -
YUV 117.1 197.92 135.06 -
System Red Green Blue C M Y K H S L
Decimal 127 88 241 0.47 0.63 0 0.05 255.29 0.85 0.65
Hex 7F 58 F1 2F 3F 0 5 FF 55 41
Octal 177 130 361 57 77 0 5 377 125 101
Binary 1111111 1011000 11110001 101111 111111 0 101 11111111 1010101 1000001

Color Harmonies of #7F58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58F1

Black with #7F58F1

Text Example


Text Example

White with #7F58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F58F1; }

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

 H1.HeaderClassName
 {
   color: #7F58F1;
 }
 .AnyTagClassName
 {
   color: #7F58F1;
 }
</style>

background-color css

<style>
 a { background-color: #7F58F1; }

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

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

border-color css

<style>
 span { border-color: #7F58F1; }

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

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