Html Css Color HEX #7F51F8 Medium Slate Blue

📋 copy color: '#7F51F8'

red 127 ◦ green 81 ◦ blue 248

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

Shades of Medium Slate Blue #7F51F8

Tints of Medium Slate Blue #7F51F8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

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

R = 27.85%
G = 17.76%
B = 54.39%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F51F8 (or 0x7F51F8) is known color: Medium Slate Blue. HEX triplet: 7F, 51 and F8. RGB value is (127,81,248). Sum of RGB (Red+Green+Blue) = 127+81+248=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F51F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F51F8 is #80AE07. Grayscale: #717171. Windows color (decimal): -8433160 or 16273791. OLE color: 16273791.

HSL color Cylindrical-coordinate representation of color #7F51F8: hue angle of 256.53º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F51F8 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 127 81 248 -
CMYK 0.49 0.67 0 0.03
HSL 256.53º 0.92% 0.65% -
HSV(B) 256.53º 0.67% 0.97% -
XYZ 28.64 17.17 90.61 -
YUV 113.79 203.74 137.42 -
System Red Green Blue C M Y K H S L
Decimal 127 81 248 0.49 0.67 0 0.03 256.53 0.92 0.65
Hex 7F 51 F8 31 43 0 3 101 5C 41
Octal 177 121 370 61 103 0 3 401 134 101
Binary 1111111 1010001 11111000 110001 1000011 0 11 100000001 1011100 1000001

Color Harmonies of #7F51F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F51F8

Black with #7F51F8

Text Example


Text Example

White with #7F51F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,248); }

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

background-color css

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

 a { background-color: rgb(127,81,248); }

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

border-color css

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

 span { border-color: rgb(127,81,248); }

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