#756CF8

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

Shades of Medium Slate Blue #756CF8

Tints of Medium Slate Blue #756CF8

Color information

#756CF8 (or 0x756CF8) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6C and F8. RGB value is (117,108,248). Sum of RGB (Red+Green+Blue) = 117+108+248=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #756CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CF8 is #8A9307. Grayscale: #7E7E7E. Windows color (decimal): -9081608 or 16280693. OLE color: 16280693.

HSL color Cylindrical-coordinate representation of color #756CF8: hue angle of 243.86º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756CF8 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117108248-
CMYK0.530.5600.03
HSL243.86º90.91%69.8%-
HSV(B)243.86º56.45%97.25%-
XYZ29.6421.2891.35-
YUV126.65196.48121.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=24.74%
G=22.83%
B=52.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1171082480.530.5600.03243.8690.9169.8
Hex756CF8353803f45b46
Octal165154370657003364133106
Binary11101011101100111110001101011110000111111010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756CF8; }

 p { color: rgb(117,108,248); }

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

<style>
 a { background-color: #756CF8; }

 a { background-color: rgb(117,108,248); }

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

<style>
 span { border-color: #756CF8; }

 span { border-color: rgb(117,108,248); }

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