#7566F3

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

Shades of Medium Slate Blue #7566F3

Tints of Medium Slate Blue #7566F3

Color information

#7566F3 (or 0x7566F3) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 66 and F3. RGB value is (117,102,243). Sum of RGB (Red+Green+Blue) = 117+102+243=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #7566F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7566F3 is #8A990C. Grayscale: #7A7A7A. Windows color (decimal): -9083149 or 15951477. OLE color: 15951477.

HSL color Cylindrical-coordinate representation of color #7566F3: hue angle of 246.38º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7566F3 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117102243-
CMYK0.520.5800.05
HSL246.38º85.45%67.65%-
HSV(B)246.38º58.02%95.29%-
XYZ28.2719.7687.12-
YUV122.56195.97124.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=25.32%
G=22.08%
B=52.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171022430.520.5800.05246.3885.4567.65
Hex7566F3343A05f65544
Octal165146363647205366125104
Binary111010111001101111001111010011101001011111011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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