Html Css Color HEX #756DED Medium Slate Blue

📋 copy color: '#756DED'

red 117 ◦ green 109 ◦ blue 237

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

Shades of Medium Slate Blue #756DED

Tints of Medium Slate Blue #756DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 25.27%
G = 23.54%
B = 51.19%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#756DED (or 0x756DED) is known color: Medium Slate Blue. HEX triplet: 75, 6D and ED. RGB value is (117,109,237). Sum of RGB (Red+Green+Blue) = 117+109+237=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #756DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DED is #8A9212. Grayscale: #7D7D7D. Windows color (decimal): -9081363 or 15560053. OLE color: 15560053.

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

Color convert

RGB 117 109 237 -
CMYK 0.51 0.54 0 0.07
HSL 243.75º 0.78% 0.68% -
HSV(B) 243.75º 0.54% 0.93% -
XYZ 28.09 20.83 82.66 -
YUV 125.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 117 109 237 0.51 0.54 0 0.07 243.75 0.78 0.68
Hex 75 6D ED 33 36 0 7 F4 4E 44
Octal 165 155 355 63 66 0 7 364 116 104
Binary 1110101 1101101 11101101 110011 110110 0 111 11110100 1001110 1000100

Color Harmonies of #756DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DED

Black with #756DED

Text Example


Text Example

White with #756DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,237); }

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

background-color css

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

 a { background-color: rgb(117,109,237); }

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

border-color css

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

 span { border-color: rgb(117,109,237); }

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