#7466EA

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

Shades of Medium Slate Blue #7466EA

Tints of Medium Slate Blue #7466EA

Color information

#7466EA (or 0x7466EA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 66 and EA. RGB value is (116,102,234). Sum of RGB (Red+Green+Blue) = 116+102+234=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7466EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7466EA is #8B9915. Grayscale: #787878. Windows color (decimal): -9148694 or 15361652. OLE color: 15361652.

HSL color Cylindrical-coordinate representation of color #7466EA: hue angle of 246.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7466EA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116102234-
CMYK0.500.5600.08
HSL246.36º75.86%65.88%-
HSV(B)246.36º56.41%91.76%-
XYZ26.8119.1680.13-
YUV121.23191.64124.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 234 (91.80% from 255) = 51.77%
R=25.66%
G=22.57%
B=51.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161022340.500.5600.08246.3675.8665.88
Hex7466EA323808f64c42
Octal1641463526270010366114102
Binary1110100110011011101010110010111000010001111011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7466EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7466EA; }

 p { color: rgb(116,102,234); }

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

<style>
 a { background-color: #7466EA; }

 a { background-color: rgb(116,102,234); }

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

<style>
 span { border-color: #7466EA; }

 span { border-color: rgb(116,102,234); }

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