#756FE9

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

Shades of Medium Slate Blue #756FE9

Tints of Medium Slate Blue #756FE9

Color information

#756FE9 (or 0x756FE9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and E9. RGB value is (117,111,233). Sum of RGB (Red+Green+Blue) = 117+111+233=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #756FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FE9 is #8A9016. Grayscale: #7E7E7E. Windows color (decimal): -9080855 or 15298421. OLE color: 15298421.

HSL color Cylindrical-coordinate representation of color #756FE9: hue angle of 242.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #756FE9 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117111233-
CMYK0.500.5200.09
HSL242.95º73.49%67.45%-
HSV(B)242.95º52.36%91.37%-
XYZ27.7321.0379.69-
YUV126.7187.99121.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 233 (91.41% from 255) = 50.54%
R=25.38%
G=24.08%
B=50.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171112330.500.5200.09242.9573.4967.45
Hex756FE9323409f34943
Octal1651573516264011363111103
Binary1110101110111111101001110010110100010011111001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,233); }

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

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

 a { background-color: rgb(117,111,233); }

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

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

 span { border-color: rgb(117,111,233); }

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