#756FF2

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

Shades of Medium Slate Blue #756FF2

Tints of Medium Slate Blue #756FF2

Color information

#756FF2 (or 0x756FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and F2. RGB value is (117,111,242). Sum of RGB (Red+Green+Blue) = 117+111+242=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #756FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF2 is #8A900D. Grayscale: #7F7F7F. Windows color (decimal): -9080846 or 15888245. OLE color: 15888245.

HSL color Cylindrical-coordinate representation of color #756FF2: hue angle of 242.75º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756FF2 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117111242-
CMYK0.520.5400.05
HSL242.75º83.44%69.22%-
HSV(B)242.75º54.13%94.9%-
XYZ29.0521.5686.64-
YUV127.73192.49120.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=24.89%
G=23.62%
B=51.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171112420.520.5400.05242.7583.4469.22
Hex756FF2343605f35345
Octal165157362646605363123105
Binary111010111011111111001011010011011001011111001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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