#7469f4

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

Shades of Medium Slate Blue #7469F4

Tints of Medium Slate Blue #7469F4

Color information

#7469F4 (or 0x7469F4) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and F4. RGB value is (116,105,244). Sum of RGB (Red+Green+Blue) = 116+105+244=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #7469F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7469F4 is #8B960B. Grayscale: #7B7B7B. Windows color (decimal): -9147916 or 16017780. OLE color: 16017780.

HSL color Cylindrical-coordinate representation of color #7469F4: hue angle of 244.75º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7469F4 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116105244-
CMYK0.520.5700.04
HSL244.75º86.34%68.43%-
HSV(B)244.75º56.97%95.69%-
XYZ28.5820.3588.01-
YUV124.14195.64122.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 244 (95.70% from 255) = 52.47%
R=24.95%
G=22.58%
B=52.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1161052440.520.5700.04244.7586.3468.43
Hex7469F4343904f55644
Octal164151364647104365126104
Binary111010011010011111010011010011100101001111010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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