Html Css Color HEX #756EDC Medium Slate Blue

📋 copy color: '#756EDC'

red 117 ◦ green 110 ◦ blue 220

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

Shades of Medium Slate Blue #756EDC

Tints of Medium Slate Blue #756EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 26.17%
G = 24.61%
B = 49.22%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#756EDC (or 0x756EDC) is known color: Medium Slate Blue. HEX triplet: 75, 6E and DC. RGB value is (117,110,220). Sum of RGB (Red+Green+Blue) = 117+110+220=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #756EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EDC is #8A9123. Grayscale: #7C7C7C. Windows color (decimal): -9081124 or 14446197. OLE color: 14446197.

HSL color Cylindrical-coordinate representation of color #756EDC: hue angle of 243.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756EDC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 110 220 -
CMYK 0.47 0.50 0 0.14
HSL 243.82º 0.61% 0.65% -
HSV(B) 243.82º 0.5% 0.86% -
XYZ 25.83 20.1 70.23 -
YUV 124.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 117 110 220 0.47 0.50 0 0.14 243.82 0.61 0.65
Hex 75 6E DC 2F 32 0 E F4 3D 41
Octal 165 156 334 57 62 0 16 364 75 101
Binary 1110101 1101110 11011100 101111 110010 0 1110 11110100 111101 1000001

Color Harmonies of #756EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EDC

Black with #756EDC

Text Example


Text Example

White with #756EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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