#7469DA

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

Shades of Medium Slate Blue #7469DA

Tints of Medium Slate Blue #7469DA

Color information

#7469DA (or 0x7469DA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 69 and DA. RGB value is (116,105,218). Sum of RGB (Red+Green+Blue) = 116+105+218=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #7469DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DA is #8B9625. Grayscale: #787878. Windows color (decimal): -9147942 or 14313844. OLE color: 14313844.

HSL color Cylindrical-coordinate representation of color #7469DA: hue angle of 245.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7469DA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116105218-
CMYK0.470.5200.15
HSL245.84º60.43%63.33%-
HSV(B)245.84º51.83%85.49%-
XYZ24.9118.8868.66-
YUV121.17182.64124.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 218 (85.55% from 255) = 49.66%
R=26.42%
G=23.92%
B=49.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161052180.470.5200.15245.8460.4363.33
Hex7469DA2F340Ff63c3f
Octal16415133257640173667477
Binary11101001101001110110101011111101000111111110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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