#756CFB

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

Shades of Medium Slate Blue #756CFB

Tints of Medium Slate Blue #756CFB

Color information

#756CFB (or 0x756CFB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6C and FB. RGB value is (117,108,251). Sum of RGB (Red+Green+Blue) = 117+108+251=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #756CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFB is #8A9304. Grayscale: #7E7E7E. Windows color (decimal): -9081605 or 16477301. OLE color: 16477301.

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

Color convert

RGB117108251-
CMYK0.530.5700.02
HSL243.78º94.7%70.39%-
HSV(B)243.78º56.97%98.43%-
XYZ30.1121.4793.82-
YUV126.99197.98120.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 108 (42.58% from 255) = 22.69%
BLUE value IS 251 (98.44% from 255) = 52.73%
R=24.58%
G=22.69%
B=52.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171082510.530.5700.02243.7894.770.39
Hex756CFB353902f45f46
Octal165154373657102364137106
Binary11101011101100111110111101011110010101111010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,251); }

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

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

 a { background-color: rgb(117,108,251); }

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

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

 span { border-color: rgb(117,108,251); }

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