#7469EF

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

Shades of Medium Slate Blue #7469EF

Tints of Medium Slate Blue #7469EF

Color information

#7469EF (or 0x7469EF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and EF. RGB value is (116,105,239). Sum of RGB (Red+Green+Blue) = 116+105+239=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #7469EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7469EF is #8B9610. Grayscale: #7B7B7B. Windows color (decimal): -9147921 or 15690100. OLE color: 15690100.

HSL color Cylindrical-coordinate representation of color #7469EF: hue angle of 244.93º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7469EF is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116105239-
CMYK0.510.5600.06
HSL244.93º80.72%67.45%-
HSV(B)244.93º56.07%93.73%-
XYZ27.8320.0584.06-
YUV123.56193.14122.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=25.22%
G=22.83%
B=51.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161052390.510.5600.06244.9380.7267.45
Hex7469EF333806f55143
Octal164151357637006365121103
Binary111010011010011110111111001111100001101111010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7469EF; }

 p { color: rgb(116,105,239); }

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

<style>
 a { background-color: #7469EF; }

 a { background-color: rgb(116,105,239); }

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

<style>
 span { border-color: #7469EF; }

 span { border-color: rgb(116,105,239); }

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