#756FFA

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

Shades of Medium Slate Blue #756FFA

Tints of Medium Slate Blue #756FFA

Color information

#756FFA (or 0x756FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and FA. RGB value is (117,111,250). Sum of RGB (Red+Green+Blue) = 117+111+250=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #756FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FFA is #8A9005. Grayscale: #808080. Windows color (decimal): -9080838 or 16412533. OLE color: 16412533.

HSL color Cylindrical-coordinate representation of color #756FFA: hue angle of 242.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #756FFA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117111250-
CMYK0.530.5600.02
HSL242.59º93.29%70.78%-
HSV(B)242.59º55.6%98.04%-
XYZ30.2822.0593.1-
YUV128.64196.49119.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=24.48%
G=23.22%
B=52.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171112500.530.5600.02242.5993.2970.78
Hex756FFA353802f35d47
Octal165157372657002363135107
Binary11101011101111111110101101011110000101111001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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