#7467E1

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

Shades of Medium Slate Blue #7467E1

Tints of Medium Slate Blue #7467E1

Color information

#7467E1 (or 0x7467E1) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 67 and E1. RGB value is (116,103,225). Sum of RGB (Red+Green+Blue) = 116+103+225=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #7467E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467E1 is #8B981E. Grayscale: #787878. Windows color (decimal): -9148447 or 14772084. OLE color: 14772084.

HSL color Cylindrical-coordinate representation of color #7467E1: hue angle of 246.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7467E1 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116103225-
CMYK0.480.5400.12
HSL246.39º67.03%64.31%-
HSV(B)246.39º54.22%88.24%-
XYZ25.6418.8573.52-
YUV120.8186.81124.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=26.13%
G=23.20%
B=50.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161032250.480.5400.12246.3967.0364.31
Hex7467E130360Cf64340
Octal1641473416066014366103100
Binary1110100110011111100001110000110110011001111011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7467E1; }

 p { color: rgb(116,103,225); }

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

<style>
 a { background-color: #7467E1; }

 a { background-color: rgb(116,103,225); }

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

<style>
 span { border-color: #7467E1; }

 span { border-color: rgb(116,103,225); }

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