Html Css Color HEX #756ED9 Medium Slate Blue

📋 copy color: '#756ED9'

red 117 ◦ green 110 ◦ blue 217

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

Shades of Medium Slate Blue #756ED9

Tints of Medium Slate Blue #756ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 26.35%
G = 24.77%
B = 48.87%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#756ED9 (or 0x756ED9) is known color: Medium Slate Blue. HEX triplet: 75, 6E and D9. RGB value is (117,110,217). Sum of RGB (Red+Green+Blue) = 117+110+217=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #756ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ED9 is #8A9126. Grayscale: #7B7B7B. Windows color (decimal): -9081127 or 14249589. OLE color: 14249589.

HSL color Cylindrical-coordinate representation of color #756ED9: hue angle of 243.93º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756ED9 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 110 217 -
CMYK 0.46 0.49 0 0.15
HSL 243.93º 0.58% 0.64% -
HSV(B) 243.93º 0.49% 0.85% -
XYZ 25.44 19.94 68.15 -
YUV 124.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 117 110 217 0.46 0.49 0 0.15 243.93 0.58 0.64
Hex 75 6E D9 2E 31 0 F F4 3A 40
Octal 165 156 331 56 61 0 17 364 72 100
Binary 1110101 1101110 11011001 101110 110001 0 1111 11110100 111010 1000000

Color Harmonies of #756ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ED9

Black with #756ED9

Text Example


Text Example

White with #756ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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