Html Css Color HEX #757EDF Medium Slate Blue

📋 copy color: '#757EDF'

red 117 ◦ green 126 ◦ blue 223

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

Shades of Medium Slate Blue #757EDF

Tints of Medium Slate Blue #757EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 25.11%
G = 27.04%
B = 47.85%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#757EDF (or 0x757EDF) is known color: Medium Slate Blue. HEX triplet: 75, 7E and DF. RGB value is (117,126,223). Sum of RGB (Red+Green+Blue) = 117+126+223=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #757EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EDF is #8A8120. Grayscale: #858585. Windows color (decimal): -9077025 or 14646901. OLE color: 14646901.

HSL color Cylindrical-coordinate representation of color #757EDF: hue angle of 234.91º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757EDF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 126 223 -
CMYK 0.48 0.43 0 0.13
HSL 234.91º 0.62% 0.67% -
HSV(B) 234.91º 0.48% 0.87% -
XYZ 28.12 24.03 72.97 -
YUV 134.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 117 126 223 0.48 0.43 0 0.13 234.91 0.62 0.67
Hex 75 7E DF 30 2B 0 D EB 3E 43
Octal 165 176 337 60 53 0 15 353 76 103
Binary 1110101 1111110 11011111 110000 101011 0 1101 11101011 111110 1000011

Color Harmonies of #757EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EDF

Black with #757EDF

Text Example


Text Example

White with #757EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,223); }

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

background-color css

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

 a { background-color: rgb(117,126,223); }

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

border-color css

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

 span { border-color: rgb(117,126,223); }

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