Html Css Color HEX #756DEE Medium Slate Blue

📋 copy color: '#756DEE'

red 117 ◦ green 109 ◦ blue 238

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

Shades of Medium Slate Blue #756DEE

Tints of Medium Slate Blue #756DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 25.22%
G = 23.49%
B = 51.29%

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

#756DEE (or 0x756DEE) is known color: Medium Slate Blue. HEX triplet: 75, 6D and EE. RGB value is (117,109,238). Sum of RGB (Red+Green+Blue) = 117+109+238=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #756DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DEE is #8A9211. Grayscale: #7D7D7D. Windows color (decimal): -9081362 or 15625589. OLE color: 15625589.

HSL color Cylindrical-coordinate representation of color #756DEE: hue angle of 243.72º degrees, saturation: 0.79, 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 #756DEE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 109 238 -
CMYK 0.51 0.54 0 0.07
HSL 243.72º 0.79% 0.68% -
HSV(B) 243.72º 0.54% 0.93% -
XYZ 28.24 20.89 83.43 -
YUV 126.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 117 109 238 0.51 0.54 0 0.07 243.72 0.79 0.68
Hex 75 6D EE 33 36 0 7 F4 4F 44
Octal 165 155 356 63 66 0 7 364 117 104
Binary 1110101 1101101 11101110 110011 110110 0 111 11110100 1001111 1000100

Color Harmonies of #756DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DEE

Black with #756DEE

Text Example


Text Example

White with #756DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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