Html Css Color HEX #757CEF Medium Slate Blue

📋 copy color: '#757CEF'

red 117 ◦ green 124 ◦ blue 239

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

Shades of Medium Slate Blue #757CEF

Tints of Medium Slate Blue #757CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 24.38%
G = 25.83%
B = 49.79%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#757CEF (or 0x757CEF) is known color: Medium Slate Blue. HEX triplet: 75, 7C and EF. RGB value is (117,124,239). Sum of RGB (Red+Green+Blue) = 117+124+239=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #757CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CEF is #8A8310. Grayscale: #868686. Windows color (decimal): -9077521 or 15694965. OLE color: 15694965.

HSL color Cylindrical-coordinate representation of color #757CEF: hue angle of 236.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757CEF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 124 239 -
CMYK 0.51 0.48 0 0.06
HSL 236.56º 0.79% 0.7% -
HSV(B) 236.56º 0.51% 0.94% -
XYZ 30.12 24.43 84.79 -
YUV 135.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 117 124 239 0.51 0.48 0 0.06 236.56 0.79 0.7
Hex 75 7C EF 33 30 0 6 ED 4F 46
Octal 165 174 357 63 60 0 6 355 117 106
Binary 1110101 1111100 11101111 110011 110000 0 110 11101101 1001111 1000110

Color Harmonies of #757CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CEF

Black with #757CEF

Text Example


Text Example

White with #757CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757CEF; }

 p { color: rgb(117,124,239); }

 H1.HeaderClassName
 {
   color: #757CEF;
 }
 .AnyTagClassName
 {
   color: #757CEF;
 }
</style>

background-color css

<style>
 a { background-color: #757CEF; }

 a { background-color: rgb(117,124,239); }

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

border-color css

<style>
 span { border-color: #757CEF; }

 span { border-color: rgb(117,124,239); }

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