#7660FD

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

Shades of Medium Slate Blue #7660FD

Tints of Medium Slate Blue #7660FD

Color information

#7660FD (or 0x7660FD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 60 and FD. RGB value is (118,96,253). Sum of RGB (Red+Green+Blue) = 118+96+253=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #7660FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7660FD is #899F02. Grayscale: #777777. Windows color (decimal): -9019139 or 16605302. OLE color: 16605302.

HSL color Cylindrical-coordinate representation of color #7660FD: hue angle of 248.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7660FD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11896253-
CMYK0.530.6200.01
HSL248.41º97.52%68.43%-
HSV(B)248.41º62.06%99.22%-
XYZ29.3819.3195.11-
YUV120.48202.79126.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=25.27%
G=20.56%
B=54.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal118962530.530.6200.01248.4197.5268.43
Hex7660FD353E01f86244
Octal166140375657601370142104
Binary1110110110000011111101110101111110011111100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7660FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7660FD; }

 p { color: rgb(118,96,253); }

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

<style>
 a { background-color: #7660FD; }

 a { background-color: rgb(118,96,253); }

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

<style>
 span { border-color: #7660FD; }

 span { border-color: rgb(118,96,253); }

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