#7C6BED

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

Shades of Medium Slate Blue #7C6BED

Tints of Medium Slate Blue #7C6BED

Color information

#7C6BED (or 0x7C6BED) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6B and ED. RGB value is (124,107,237). Sum of RGB (Red+Green+Blue) = 124+107+237=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C6BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6BED is #839412. Grayscale: #7E7E7E. Windows color (decimal): -8623123 or 15559548. OLE color: 15559548.

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

Color convert

RGB124107237-
CMYK0.480.5500.07
HSL247.85º78.31%67.45%-
HSV(B)247.85º54.85%92.94%-
XYZ28.8620.9182.64-
YUV126.9190.13125.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=26.50%
G=22.86%
B=50.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241072370.480.5500.07247.8578.3167.45
Hex7C6BED303707f84e43
Octal174153355606707370116103
Binary111110011010111110110111000011011101111111100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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