Html Css Color HEX #757CE7 Medium Slate Blue

📋 copy color: '#757CE7'

red 117 ◦ green 124 ◦ blue 231

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

Shades of Medium Slate Blue #757CE7

Tints of Medium Slate Blue #757CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 24.79%
G = 26.27%
B = 48.94%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#757CE7 (or 0x757CE7) is known color: Medium Slate Blue. HEX triplet: 75, 7C and E7. RGB value is (117,124,231). Sum of RGB (Red+Green+Blue) = 117+124+231=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #757CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CE7 is #8A8318. Grayscale: #858585. Windows color (decimal): -9077529 or 15170677. OLE color: 15170677.

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

Color convert

RGB 117 124 231 -
CMYK 0.49 0.46 0 0.09
HSL 236.32º 0.7% 0.68% -
HSV(B) 236.32º 0.49% 0.91% -
XYZ 28.97 23.97 78.7 -
YUV 134.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 117 124 231 0.49 0.46 0 0.09 236.32 0.7 0.68
Hex 75 7C E7 31 2E 0 9 EC 46 44
Octal 165 174 347 61 56 0 11 354 106 104
Binary 1110101 1111100 11100111 110001 101110 0 1001 11101100 1000110 1000100

Color Harmonies of #757CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CE7

Black with #757CE7

Text Example


Text Example

White with #757CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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