#756BEA

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

Shades of Medium Slate Blue #756BEA

Tints of Medium Slate Blue #756BEA

Color information

#756BEA (or 0x756BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 6B and EA. RGB value is (117,107,234). Sum of RGB (Red+Green+Blue) = 117+107+234=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #756BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BEA is #8A9415. Grayscale: #7B7B7B. Windows color (decimal): -9081878 or 15362933. OLE color: 15362933.

HSL color Cylindrical-coordinate representation of color #756BEA: hue angle of 244.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #756BEA is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117107234-
CMYK0.50.5400.08
HSL244.72º75.15%66.86%-
HSV(B)244.72º54.27%91.76%-
XYZ27.4520.2480.3-
YUV124.47189.81122.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=25.55%
G=23.36%
B=51.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171072340.50.5400.08244.7275.1566.86
Hex756BEA323608f54b43
Octal1651533526266010365113103
Binary1110101110101111101010110010110110010001111010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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