Html Css Color HEX #757FEC Medium Slate Blue

📋 copy color: '#757FEC'

red 117 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #757FEC

Tints of Medium Slate Blue #757FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 24.38%
G = 26.46%
B = 49.17%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#757FEC (or 0x757FEC) is known color: Medium Slate Blue. HEX triplet: 75, 7F and EC. RGB value is (117,127,236). Sum of RGB (Red+Green+Blue) = 117+127+236=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #757FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FEC is #8A8013. Grayscale: #878787. Windows color (decimal): -9076756 or 15499125. OLE color: 15499125.

HSL color Cylindrical-coordinate representation of color #757FEC: hue angle of 234.96º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757FEC is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 127 236 -
CMYK 0.50 0.46 0 0.07
HSL 234.96º 0.76% 0.69% -
HSV(B) 234.96º 0.5% 0.93% -
XYZ 30.07 25.02 82.6 -
YUV 136.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 117 127 236 0.50 0.46 0 0.07 234.96 0.76 0.69
Hex 75 7F EC 32 2E 0 7 EB 4C 45
Octal 165 177 354 62 56 0 7 353 114 105
Binary 1110101 1111111 11101100 110010 101110 0 111 11101011 1001100 1000101

Color Harmonies of #757FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FEC

Black with #757FEC

Text Example


Text Example

White with #757FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,236); }

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

background-color css

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

 a { background-color: rgb(117,127,236); }

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

border-color css

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

 span { border-color: rgb(117,127,236); }

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