#756FF4

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

Shades of Medium Slate Blue #756FF4

Tints of Medium Slate Blue #756FF4

Color information

#756FF4 (or 0x756FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6F and F4. RGB value is (117,111,244). Sum of RGB (Red+Green+Blue) = 117+111+244=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #756FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FF4 is #8A900B. Grayscale: #7F7F7F. Windows color (decimal): -9080844 or 16019317. OLE color: 16019317.

HSL color Cylindrical-coordinate representation of color #756FF4: hue angle of 242.71º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #756FF4 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117111244-
CMYK0.520.5500.04
HSL242.71º85.81%69.61%-
HSV(B)242.71º54.51%95.69%-
XYZ29.3521.6888.23-
YUV127.96193.49120.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 244 (95.70% from 255) = 51.69%
R=24.79%
G=23.52%
B=51.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171112440.520.5500.04242.7185.8169.61
Hex756FF4343704f35646
Octal165157364646704363126106
Binary111010111011111111010011010011011101001111001110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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