#7969DB

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

Shades of Medium Slate Blue #7969DB

Tints of Medium Slate Blue #7969DB

Color information

#7969DB (or 0x7969DB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 69 and DB. RGB value is (121,105,219). Sum of RGB (Red+Green+Blue) = 121+105+219=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7969DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7969DB is #869624. Grayscale: #7A7A7A. Windows color (decimal): -8820261 or 14379385. OLE color: 14379385.

HSL color Cylindrical-coordinate representation of color #7969DB: hue angle of 248.42º degrees, saturation: 0.61, 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 #7969DB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121105219-
CMYK0.450.5200.14
HSL248.42º61.29%63.53%-
HSV(B)248.42º52.05%85.88%-
XYZ25.7219.2869.38-
YUV122.78182.3126.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=27.19%
G=23.60%
B=49.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211052190.450.5200.14248.4261.2963.53
Hex7969DB2D340Ef83d40
Octal171151333556401637075100
Binary111100111010011101101110110111010001110111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7969DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7969DB; }

 p { color: rgb(121,105,219); }

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

<style>
 a { background-color: #7969DB; }

 a { background-color: rgb(121,105,219); }

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

<style>
 span { border-color: #7969DB; }

 span { border-color: rgb(121,105,219); }

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