Html Css Color HEX #757FEE Medium Slate Blue

📋 copy color: '#757FEE'

red 117 ◦ green 127 ◦ blue 238

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

Shades of Medium Slate Blue #757FEE

Tints of Medium Slate Blue #757FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 24.27%
G = 26.35%
B = 49.38%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#757FEE (or 0x757FEE) is known color: Medium Slate Blue. HEX triplet: 75, 7F and EE. RGB value is (117,127,238). Sum of RGB (Red+Green+Blue) = 117+127+238=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #757FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FEE is #8A8011. Grayscale: #888888. Windows color (decimal): -9076754 or 15630197. OLE color: 15630197.

HSL color Cylindrical-coordinate representation of color #757FEE: hue angle of 235.04º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757FEE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 127 238 -
CMYK 0.51 0.47 0 0.07
HSL 235.04º 0.78% 0.7% -
HSV(B) 235.04º 0.51% 0.93% -
XYZ 30.36 25.13 84.14 -
YUV 136.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 117 127 238 0.51 0.47 0 0.07 235.04 0.78 0.7
Hex 75 7F EE 33 2F 0 7 EB 4E 46
Octal 165 177 356 63 57 0 7 353 116 106
Binary 1110101 1111111 11101110 110011 101111 0 111 11101011 1001110 1000110

Color Harmonies of #757FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FEE

Black with #757FEE

Text Example


Text Example

White with #757FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,238); }

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

background-color css

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

 a { background-color: rgb(117,127,238); }

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

border-color css

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

 span { border-color: rgb(117,127,238); }

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