#756BFB

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

Shades of Medium Slate Blue #756BFB

Tints of Medium Slate Blue #756BFB

Color information

#756BFB (or 0x756BFB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6B and FB. RGB value is (117,107,251). Sum of RGB (Red+Green+Blue) = 117+107+251=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #756BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BFB is #8A9404. Grayscale: #7D7D7D. Windows color (decimal): -9081861 or 16477045. OLE color: 16477045.

HSL color Cylindrical-coordinate representation of color #756BFB: hue angle of 244.17º 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 #756BFB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117107251-
CMYK0.530.5700.02
HSL244.17º94.74%70.2%-
HSV(B)244.17º57.37%98.43%-
XYZ30.0121.2693.79-
YUV126.41198.31121.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=24.63%
G=22.53%
B=52.84%

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
Decimal1171072510.530.5700.02244.1794.7470.2
Hex756BFB353902f45f46
Octal165153373657102364137106
Binary11101011101011111110111101011110010101111010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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