Html Css Color HEX #757CE1 Medium Slate Blue

📋 copy color: '#757CE1'

red 117 ◦ green 124 ◦ blue 225

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

Shades of Medium Slate Blue #757CE1

Tints of Medium Slate Blue #757CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 25.11%
G = 26.61%
B = 48.28%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#757CE1 (or 0x757CE1) is known color: Medium Slate Blue. HEX triplet: 75, 7C and E1. RGB value is (117,124,225). Sum of RGB (Red+Green+Blue) = 117+124+225=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #757CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CE1 is #8A831E. Grayscale: #858585. Windows color (decimal): -9077535 or 14777461. OLE color: 14777461.

HSL color Cylindrical-coordinate representation of color #757CE1: hue angle of 236.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #757CE1 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 124 225 -
CMYK 0.48 0.45 0 0.12
HSL 236.11º 0.64% 0.67% -
HSV(B) 236.11º 0.48% 0.88% -
XYZ 28.13 23.63 74.31 -
YUV 133.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 117 124 225 0.48 0.45 0 0.12 236.11 0.64 0.67
Hex 75 7C E1 30 2D 0 C EC 40 43
Octal 165 174 341 60 55 0 14 354 100 103
Binary 1110101 1111100 11100001 110000 101101 0 1100 11101100 1000000 1000011

Color Harmonies of #757CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CE1

Black with #757CE1

Text Example


Text Example

White with #757CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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