#756FE2

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

Shades of Medium Slate Blue #756FE2

Tints of Medium Slate Blue #756FE2

Color information

#756FE2 (or 0x756FE2) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and E2. RGB value is (117,111,226). Sum of RGB (Red+Green+Blue) = 117+111+226=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #756FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FE2 is #8A901D. Grayscale: #7D7D7D. Windows color (decimal): -9080862 or 14839669. OLE color: 14839669.

HSL color Cylindrical-coordinate representation of color #756FE2: hue angle of 243.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #756FE2 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117111226-
CMYK0.480.5100.11
HSL243.13º66.47%66.08%-
HSV(B)243.13º50.88%88.63%-
XYZ26.7520.6474.53-
YUV125.9184.49121.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=25.77%
G=24.45%
B=49.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171112260.480.5100.11243.1366.4766.08
Hex756FE230330Bf34242
Octal1651573426063013363102102
Binary1110101110111111100010110000110011010111111001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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