Html Css Color HEX #757CE5 Medium Slate Blue

📋 copy color: '#757CE5'

red 117 ◦ green 124 ◦ blue 229

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

Shades of Medium Slate Blue #757CE5

Tints of Medium Slate Blue #757CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 24.89%
G = 26.38%
B = 48.72%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#757CE5 (or 0x757CE5) is known color: Medium Slate Blue. HEX triplet: 75, 7C and E5. RGB value is (117,124,229). Sum of RGB (Red+Green+Blue) = 117+124+229=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #757CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CE5 is #8A831A. Grayscale: #858585. Windows color (decimal): -9077531 or 15039605. OLE color: 15039605.

HSL color Cylindrical-coordinate representation of color #757CE5: hue angle of 236.25º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #757CE5 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 124 229 -
CMYK 0.49 0.46 0 0.10
HSL 236.25º 0.68% 0.68% -
HSV(B) 236.25º 0.49% 0.9% -
XYZ 28.69 23.85 77.22 -
YUV 133.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 117 124 229 0.49 0.46 0 0.10 236.25 0.68 0.68
Hex 75 7C E5 31 2E 0 A EC 44 44
Octal 165 174 345 61 56 0 12 354 104 104
Binary 1110101 1111100 11100101 110001 101110 0 1010 11101100 1000100 1000100

Color Harmonies of #757CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CE5

Black with #757CE5

Text Example


Text Example

White with #757CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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