#7F7FED

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

Shades of Medium Slate Blue #7F7FED

Tints of Medium Slate Blue #7F7FED

Color information

#7F7FED (or 0x7F7FED) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 7F and ED. RGB value is (127,127,237). Sum of RGB (Red+Green+Blue) = 127+127+237=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7FED is #808012. Grayscale: #8B8B8B. Windows color (decimal): -8421395 or 15564671. OLE color: 15564671.

HSL color Cylindrical-coordinate representation of color #7F7FED: hue angle of 240º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F7FED is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127127237-
CMYK0.460.4600.07
HSL240º75.34%71.37%-
HSV(B)240º46.41%92.94%-
XYZ31.6325.8183.43-
YUV139.54183119.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=25.87%
G=25.87%
B=48.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271272370.460.4600.0724075.3471.37
Hex7F7FED2E2E07f04b47
Octal177177355565607360113107
Binary111111111111111110110110111010111001111111000010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,127,237); }

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

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

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

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

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

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

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