Html Css Color HEX #747EED Medium Slate Blue

📋 copy color: '#747EED'

red 116 ◦ green 126 ◦ blue 237

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

Shades of Medium Slate Blue #747EED

Tints of Medium Slate Blue #747EED

RGB

 RED value IS 116 (45.7% from 255) = 24.22%

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 24.22%
G = 26.3%
B = 49.48%

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

#747EED (or 0x747EED) is known color: Medium Slate Blue. HEX triplet: 74, 7E and ED. RGB value is (116,126,237). Sum of RGB (Red+Green+Blue) = 116+126+237=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #747EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EED is #8B8112. Grayscale: #878787. Windows color (decimal): -9142547 or 15564404. OLE color: 15564404.

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

Color convert

RGB 116 126 237 -
CMYK 0.51 0.47 0 0.07
HSL 235.04º 0.77% 0.69% -
HSV(B) 235.04º 0.51% 0.93% -
XYZ 29.95 24.75 83.32 -
YUV 135.66 185.19 113.97 -
System Red Green Blue C M Y K H S L
Decimal 116 126 237 0.51 0.47 0 0.07 235.04 0.77 0.69
Hex 74 7E ED 33 2F 0 7 EB 4D 45
Octal 164 176 355 63 57 0 7 353 115 105
Binary 1110100 1111110 11101101 110011 101111 0 111 11101011 1001101 1000101

Color Harmonies of #747EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EED

Black with #747EED

Text Example


Text Example

White with #747EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747EED; }

 p { color: rgb(116,126,237); }

 H1.HeaderClassName
 {
   color: #747EED;
 }
 .AnyTagClassName
 {
   color: #747EED;
 }
</style>

background-color css

<style>
 a { background-color: #747EED; }

 a { background-color: rgb(116,126,237); }

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

border-color css

<style>
 span { border-color: #747EED; }

 span { border-color: rgb(116,126,237); }

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