Html Css Color HEX #7F63F1 Medium Slate Blue

📋 copy color: '#7F63F1'

red 127 ◦ green 99 ◦ blue 241

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

Shades of Medium Slate Blue #7F63F1

Tints of Medium Slate Blue #7F63F1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 27.19%
G = 21.2%
B = 51.61%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F63F1 (or 0x7F63F1) is known color: Medium Slate Blue. HEX triplet: 7F, 63 and F1. RGB value is (127,99,241). Sum of RGB (Red+Green+Blue) = 127+99+241=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F63F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F63F1 is #809C0E. Grayscale: #7B7B7B. Windows color (decimal): -8428559 or 15819647. OLE color: 15819647.

HSL color Cylindrical-coordinate representation of color #7F63F1: hue angle of 251.83º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F63F1 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 99 241 -
CMYK 0.47 0.59 0 0.05
HSL 251.83º 0.84% 0.67% -
HSV(B) 251.83º 0.59% 0.95% -
XYZ 29.09 19.79 85.51 -
YUV 123.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 127 99 241 0.47 0.59 0 0.05 251.83 0.84 0.67
Hex 7F 63 F1 2F 3B 0 5 FC 54 43
Octal 177 143 361 57 73 0 5 374 124 103
Binary 1111111 1100011 11110001 101111 111011 0 101 11111100 1010100 1000011

Color Harmonies of #7F63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F63F1

Black with #7F63F1

Text Example


Text Example

White with #7F63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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