#7467FA

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

Shades of Medium Slate Blue #7467FA

Tints of Medium Slate Blue #7467FA

Color information

#7467FA (or 0x7467FA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 67 and FA. RGB value is (116,103,250). Sum of RGB (Red+Green+Blue) = 116+103+250=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #7467FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7467FA is #8B9805. Grayscale: #7B7B7B. Windows color (decimal): -9148422 or 16410484. OLE color: 16410484.

HSL color Cylindrical-coordinate representation of color #7467FA: hue angle of 245.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7467FA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116103250-
CMYK0.540.5900.02
HSL245.31º93.63%69.22%-
HSV(B)245.31º58.8%98.04%-
XYZ29.3120.3292.82-
YUV123.64199.31122.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=24.73%
G=21.96%
B=53.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161032500.540.5900.02245.3193.6369.22
Hex7467FA363B02f55e45
Octal164147372667302365136105
Binary11101001100111111110101101101110110101111010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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