#7469DF

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

Shades of Medium Slate Blue #7469DF

Tints of Medium Slate Blue #7469DF

Color information

#7469DF (or 0x7469DF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and DF. RGB value is (116,105,223). Sum of RGB (Red+Green+Blue) = 116+105+223=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #7469DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DF is #8B9620. Grayscale: #797979. Windows color (decimal): -9147937 or 14641524. OLE color: 14641524.

HSL color Cylindrical-coordinate representation of color #7469DF: hue angle of 245.59º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7469DF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116105223-
CMYK0.480.5300.13
HSL245.59º64.84%64.31%-
HSV(B)245.59º52.91%87.45%-
XYZ25.5719.1472.16-
YUV121.74185.14123.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=26.13%
G=23.65%
B=50.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161052230.480.5300.13245.5964.8464.31
Hex7469DF30350Df64140
Octal1641513376065015366101100
Binary1110100110100111011111110000110101011011111011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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