#7C7FED

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

Shades of Medium Slate Blue #7C7FED

Tints of Medium Slate Blue #7C7FED

Color information

#7C7FED (or 0x7C7FED) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 7F and ED. RGB value is (124,127,237). Sum of RGB (Red+Green+Blue) = 124+127+237=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7FED is #838012. Grayscale: #8A8A8A. Windows color (decimal): -8618003 or 15564668. OLE color: 15564668.

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

Color convert

RGB124127237-
CMYK0.480.4600.07
HSL238.41º75.84%70.78%-
HSV(B)238.41º47.68%92.94%-
XYZ31.1925.5883.41-
YUV138.64183.51117.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=25.41%
G=26.02%
B=48.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241272370.480.4600.07238.4175.8470.78
Hex7C7FED302E07ee4c47
Octal174177355605607356114107
Binary111110011111111110110111000010111001111110111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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