#7F6BF1

Color #7F6BF1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7F6BF1

Tints of Medium Slate Blue #7F6BF1

Color information

#7F6BF1 (or 0x7F6BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6B and F1. RGB value is (127,107,241). Sum of RGB (Red+Green+Blue) = 127+107+241=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F6BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6BF1 is #80940E. Grayscale: #7F7F7F. Windows color (decimal): -8426511 or 15821695. OLE color: 15821695.

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

Color convert

RGB127107241-
CMYK0.470.5600.05
HSL248.96º82.72%68.24%-
HSV(B)248.96º55.6%94.51%-
XYZ29.8921.3885.77-
YUV128.26191.63127.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=26.74%
G=22.53%
B=50.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271072410.470.5600.05248.9682.7268.24
Hex7F6BF12F3805f95344
Octal177153361577005371123104
Binary111111111010111111000110111111100001011111100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F6BF1;
 }
 .AnyTagClassName
 {
   color: #7F6BF1;
 }
</style>
background-color css

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

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

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

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

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

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