#7467E4

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

Shades of Medium Slate Blue #7467E4

Tints of Medium Slate Blue #7467E4

Color information

#7467E4 (or 0x7467E4) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 67 and E4. RGB value is (116,103,228). Sum of RGB (Red+Green+Blue) = 116+103+228=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #7467E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467E4 is #8B981B. Grayscale: #787878. Windows color (decimal): -9148444 or 14968692. OLE color: 14968692.

HSL color Cylindrical-coordinate representation of color #7467E4: hue angle of 246.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7467E4 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116103228-
CMYK0.490.5500.11
HSL246.24º69.83%64.9%-
HSV(B)246.24º54.82%89.41%-
XYZ26.0619.0175.7-
YUV121.14188.31124.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=25.95%
G=23.04%
B=51.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1161032280.490.5500.11246.2469.8364.9
Hex7467E431370Bf64641
Octal1641473446167013366106101
Binary1110100110011111100100110001110111010111111011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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