Html Css Color HEX #754DED Medium Slate Blue

📋 copy color: '#754DED'

red 117 ◦ green 77 ◦ blue 237

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

Shades of Medium Slate Blue #754DED

Tints of Medium Slate Blue #754DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

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

R = 27.15%
G = 17.87%
B = 54.99%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#754DED (or 0x754DED) is known color: Medium Slate Blue. HEX triplet: 75, 4D and ED. RGB value is (117,77,237). Sum of RGB (Red+Green+Blue) = 117+77+237=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #754DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #754DED is #8AB212. Grayscale: #6A6A6A. Windows color (decimal): -9089555 or 15551861. OLE color: 15551861.

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

Color convert

RGB 117 77 237 -
CMYK 0.51 0.68 0 0.07
HSL 255º 0.82% 0.62% -
HSV(B) 255º 0.68% 0.93% -
XYZ 25.28 15.2 81.72 -
YUV 107.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 117 77 237 0.51 0.68 0 0.07 255 0.82 0.62
Hex 75 4D ED 33 44 0 7 FF 52 3E
Octal 165 115 355 63 104 0 7 377 122 76
Binary 1110101 1001101 11101101 110011 1000100 0 111 11111111 1010010 111110

Color Harmonies of #754DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DED

Black with #754DED

Text Example


Text Example

White with #754DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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