#7e67f3

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

Shades of Medium Slate Blue #7E67F3

Tints of Medium Slate Blue #7E67F3

Color information

#7E67F3 (or 0x7E67F3) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 67 and F3. RGB value is (126,103,243). Sum of RGB (Red+Green+Blue) = 126+103+243=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E67F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E67F3 is #81980C. Grayscale: #7D7D7D. Windows color (decimal): -8493069 or 15951742. OLE color: 15951742.

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

Color convert

RGB126103243-
CMYK0.480.5800.05
HSL249.86º85.37%67.84%-
HSV(B)249.86º57.61%95.29%-
XYZ29.6320.6187.21-
YUV125.84194.12128.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=26.69%
G=21.82%
B=51.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261032430.480.5800.05249.8685.3767.84
Hex7E67F3303A05fa5544
Octal176147363607205372125104
Binary111111011001111111001111000011101001011111101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e67f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,243); }

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

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

 a { background-color: rgb(126,103,243); }

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

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

 span { border-color: rgb(126,103,243); }

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