Html Css Color HEX #757EF1 Medium Slate Blue

📋 copy color: '#757EF1'

red 117 ◦ green 126 ◦ blue 241

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

Shades of Medium Slate Blue #757EF1

Tints of Medium Slate Blue #757EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 24.17%
G = 26.03%
B = 49.79%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#757EF1 (or 0x757EF1) is known color: Medium Slate Blue. HEX triplet: 75, 7E and F1. RGB value is (117,126,241). Sum of RGB (Red+Green+Blue) = 117+126+241=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #757EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EF1 is #8A810E. Grayscale: #878787. Windows color (decimal): -9077007 or 15826549. OLE color: 15826549.

HSL color Cylindrical-coordinate representation of color #757EF1: hue angle of 235.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #757EF1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 126 241 -
CMYK 0.51 0.48 0 0.05
HSL 235.65º 0.82% 0.7% -
HSV(B) 235.65º 0.51% 0.95% -
XYZ 30.67 25.05 86.44 -
YUV 136.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 117 126 241 0.51 0.48 0 0.05 235.65 0.82 0.7
Hex 75 7E F1 33 30 0 5 EC 52 46
Octal 165 176 361 63 60 0 5 354 122 106
Binary 1110101 1111110 11110001 110011 110000 0 101 11101100 1010010 1000110

Color Harmonies of #757EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EF1

Black with #757EF1

Text Example


Text Example

White with #757EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,241); }

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

background-color css

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

 a { background-color: rgb(117,126,241); }

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

border-color css

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

 span { border-color: rgb(117,126,241); }

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