#7469DC

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

Shades of Medium Slate Blue #7469DC

Tints of Medium Slate Blue #7469DC

Color information

#7469DC (or 0x7469DC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and DC. RGB value is (116,105,220). Sum of RGB (Red+Green+Blue) = 116+105+220=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7469DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DC is #8B9623. Grayscale: #787878. Windows color (decimal): -9147940 or 14444916. OLE color: 14444916.

HSL color Cylindrical-coordinate representation of color #7469DC: hue angle of 245.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7469DC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116105220-
CMYK0.470.5200.14
HSL245.74º62.16%63.73%-
HSV(B)245.74º52.27%86.27%-
XYZ25.1718.9870.05-
YUV121.4183.64124.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.30%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=26.30%
G=23.81%
B=49.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161052200.470.5200.14245.7462.1663.73
Hex7469DC2F340Ef63e40
Octal164151334576401636676100
Binary111010011010011101110010111111010001110111101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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