#7661DC

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

Shades of Medium Slate Blue #7661DC

Tints of Medium Slate Blue #7661DC

Color information

#7661DC (or 0x7661DC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 61 and DC. RGB value is (118,97,220). Sum of RGB (Red+Green+Blue) = 118+97+220=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7661DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661DC is #899E23. Grayscale: #747474. Windows color (decimal): -9018916 or 14442870. OLE color: 14442870.

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

Color convert

RGB11897220-
CMYK0.460.5600.14
HSL250.24º63.73%62.16%-
HSV(B)250.24º55.91%86.27%-
XYZ24.6617.5769.8-
YUV117.3185.96128.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=27.13%
G=22.30%
B=50.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118972200.460.5600.14250.2463.7362.16
Hex7661DC2E380Efa403e
Octal166141334567001637210076
Binary111011011000011101110010111011100001110111110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,97,220); }

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

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

 a { background-color: rgb(118,97,220); }

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

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

 span { border-color: rgb(118,97,220); }

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