#7566FD

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

Shades of Medium Slate Blue #7566FD

Tints of Medium Slate Blue #7566FD

Color information

#7566FD (or 0x7566FD) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 66 and FD. RGB value is (117,102,253). Sum of RGB (Red+Green+Blue) = 117+102+253=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #7566FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7566FD is #8A9902. Grayscale: #7B7B7B. Windows color (decimal): -9083139 or 16606837. OLE color: 16606837.

HSL color Cylindrical-coordinate representation of color #7566FD: hue angle of 245.96º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7566FD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117102253-
CMYK0.540.6000.01
HSL245.96º97.42%69.61%-
HSV(B)245.96º59.68%99.22%-
XYZ29.8220.3895.29-
YUV123.7200.97123.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=24.79%
G=21.61%
B=53.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171022530.540.6000.01245.9697.4269.61
Hex7566FD363C01f66146
Octal165146375667401366141106
Binary1110101110011011111101110110111100011111011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,102,253); }

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

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

 a { background-color: rgb(117,102,253); }

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

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

 span { border-color: rgb(117,102,253); }

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