#7663DB

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

Shades of Medium Slate Blue #7663DB

Tints of Medium Slate Blue #7663DB

Color information

#7663DB (or 0x7663DB) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 63 and DB. RGB value is (118,99,219). Sum of RGB (Red+Green+Blue) = 118+99+219=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7663DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663DB is #899C24. Grayscale: #757575. Windows color (decimal): -9018405 or 14377846. OLE color: 14377846.

HSL color Cylindrical-coordinate representation of color #7663DB: hue angle of 249.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7663DB is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11899219-
CMYK0.460.5500.14
HSL249.5º62.5%62.35%-
HSV(B)249.5º54.79%85.88%-
XYZ24.7217.8969.17-
YUV118.36184.79127.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 99 (39.06% from 255) = 22.71%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=27.06%
G=22.71%
B=50.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118992190.460.5500.14249.562.562.35
Hex7663DB2E370Efa3e3e
Octal16614333356670163727676
Binary11101101100011110110111011101101110111011111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7663DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,99,219); }

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

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

 a { background-color: rgb(118,99,219); }

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

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

 span { border-color: rgb(118,99,219); }

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