#756be9

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

Shades of Medium Slate Blue #756BE9

Tints of Medium Slate Blue #756BE9

Color information

#756BE9 (or 0x756BE9) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6B and E9. RGB value is (117,107,233). Sum of RGB (Red+Green+Blue) = 117+107+233=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #756BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BE9 is #8A9416. Grayscale: #7B7B7B. Windows color (decimal): -9081879 or 15297397. OLE color: 15297397.

HSL color Cylindrical-coordinate representation of color #756BE9: hue angle of 244.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756BE9 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117107233-
CMYK0.500.5400.09
HSL244.76º74.12%66.67%-
HSV(B)244.76º54.08%91.37%-
XYZ27.320.1879.55-
YUV124.35189.31122.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 233 (91.41% from 255) = 50.98%
R=25.60%
G=23.41%
B=50.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171072330.500.5400.09244.7674.1266.67
Hex756BE9323609f54a43
Octal1651533516266011365112103
Binary1110101110101111101001110010110110010011111010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756be9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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