#7469FA

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

Shades of Medium Slate Blue #7469FA

Tints of Medium Slate Blue #7469FA

Color information

#7469FA (or 0x7469FA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and FA. RGB value is (116,105,250). Sum of RGB (Red+Green+Blue) = 116+105+250=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #7469FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7469FA is #8B9605. Grayscale: #7C7C7C. Windows color (decimal): -9147910 or 16410996. OLE color: 16410996.

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

Color convert

RGB116105250-
CMYK0.540.5800.02
HSL244.55º93.55%69.61%-
HSV(B)244.55º58%98.04%-
XYZ29.5120.7292.89-
YUV124.82198.64121.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.63%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=24.63%
G=22.29%
B=53.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161052500.540.5800.02244.5593.5569.61
Hex7469FA363A02f55e46
Octal164151372667202365136106
Binary11101001101001111110101101101110100101111010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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