#756AFB

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

Shades of Medium Slate Blue #756AFB

Tints of Medium Slate Blue #756AFB

Color information

#756AFB (or 0x756AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6A and FB. RGB value is (117,106,251). Sum of RGB (Red+Green+Blue) = 117+106+251=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #756AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AFB is #8A9504. Grayscale: #7D7D7D. Windows color (decimal): -9082117 or 16476789. OLE color: 16476789.

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

Color convert

RGB117106251-
CMYK0.530.5800.02
HSL244.55º94.77%70%-
HSV(B)244.55º57.77%98.43%-
XYZ29.921.0693.75-
YUV125.82198.64121.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=24.68%
G=22.36%
B=52.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171062510.530.5800.02244.5594.7770
Hex756AFB353A02f55f46
Octal165152373657202365137106
Binary11101011101010111110111101011110100101111010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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