Html Css Color HEX #756EEC Medium Slate Blue

📋 copy color: '#756EEC'

red 117 ◦ green 110 ◦ blue 236

#756EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #756EEC

Tints of Medium Slate Blue #756EEC

RGB

 RED value IS 117 (46.09% from 255) = 25.27%

 GREEN value IS 110 (43.36% from 255) = 23.76%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 25.27%
G = 23.76%
B = 50.97%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#756EEC (or 0x756EEC) is known color: Medium Slate Blue. HEX triplet: 75, 6E and EC. RGB value is (117,110,236). Sum of RGB (Red+Green+Blue) = 117+110+236=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #756EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EEC is #8A9113. Grayscale: #7D7D7D. Windows color (decimal): -9081108 or 15494773. OLE color: 15494773.

HSL color Cylindrical-coordinate representation of color #756EEC: hue angle of 243.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #756EEC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 110 236 -
CMYK 0.50 0.53 0 0.07
HSL 243.33º 0.77% 0.68% -
HSV(B) 243.33º 0.53% 0.93% -
XYZ 28.05 20.99 81.93 -
YUV 126.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 117 110 236 0.50 0.53 0 0.07 243.33 0.77 0.68
Hex 75 6E EC 32 35 0 7 F3 4D 44
Octal 165 156 354 62 65 0 7 363 115 104
Binary 1110101 1101110 11101100 110010 110101 0 111 11110011 1001101 1000100

Color Harmonies of #756EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EEC

Black with #756EEC

Text Example


Text Example

White with #756EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,236); }

 H1.HeaderClassName
 {
   color: #756EEC;
 }
 .AnyTagClassName
 {
   color: #756EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(117,110,236); }

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

border-color css

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

 span { border-color: rgb(117,110,236); }

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