Html Css Color HEX #757CEB Medium Slate Blue

📋 copy color: '#757CEB'

red 117 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #757CEB

Tints of Medium Slate Blue #757CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 24.58%
G = 26.05%
B = 49.37%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#757CEB (or 0x757CEB) is known color: Medium Slate Blue. HEX triplet: 75, 7C and EB. RGB value is (117,124,235). Sum of RGB (Red+Green+Blue) = 117+124+235=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #757CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CEB is #8A8314. Grayscale: #868686. Windows color (decimal): -9077525 or 15432821. OLE color: 15432821.

HSL color Cylindrical-coordinate representation of color #757CEB: hue angle of 236.44º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757CEB is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 124 235 -
CMYK 0.50 0.47 0 0.08
HSL 236.44º 0.75% 0.69% -
HSV(B) 236.44º 0.5% 0.92% -
XYZ 29.54 24.2 81.71 -
YUV 134.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 117 124 235 0.50 0.47 0 0.08 236.44 0.75 0.69
Hex 75 7C EB 32 2F 0 8 EC 4B 45
Octal 165 174 353 62 57 0 10 354 113 105
Binary 1110101 1111100 11101011 110010 101111 0 1000 11101100 1001011 1000101

Color Harmonies of #757CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CEB

Black with #757CEB

Text Example


Text Example

White with #757CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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