Html Css Color HEX #757CDF Medium Slate Blue

📋 copy color: '#757CDF'

red 117 ◦ green 124 ◦ blue 223

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

Shades of Medium Slate Blue #757CDF

Tints of Medium Slate Blue #757CDF

RGB

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

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

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

R = 25.22%
G = 26.72%
B = 48.06%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#757CDF (or 0x757CDF) is known color: Medium Slate Blue. HEX triplet: 75, 7C and DF. RGB value is (117,124,223). Sum of RGB (Red+Green+Blue) = 117+124+223=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #757CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDF is #8A8320. Grayscale: #848484. Windows color (decimal): -9077537 or 14646389. OLE color: 14646389.

HSL color Cylindrical-coordinate representation of color #757CDF: hue angle of 236.04º 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 #757CDF is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 124 223 -
CMYK 0.48 0.44 0 0.13
HSL 236.04º 0.62% 0.67% -
HSV(B) 236.04º 0.48% 0.87% -
XYZ 27.86 23.52 72.88 -
YUV 133.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 117 124 223 0.48 0.44 0 0.13 236.04 0.62 0.67
Hex 75 7C DF 30 2C 0 D EC 3E 43
Octal 165 174 337 60 54 0 15 354 76 103
Binary 1110101 1111100 11011111 110000 101100 0 1101 11101100 111110 1000011

Color Harmonies of #757CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CDF

Black with #757CDF

Text Example


Text Example

White with #757CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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