Html Css Color HEX #747EEA Medium Slate Blue

📋 copy color: '#747EEA'

red 116 ◦ green 126 ◦ blue 234

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

Shades of Medium Slate Blue #747EEA

Tints of Medium Slate Blue #747EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 24.37%
G = 26.47%
B = 49.16%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#747EEA (or 0x747EEA) is known color: Medium Slate Blue. HEX triplet: 74, 7E and EA. RGB value is (116,126,234). Sum of RGB (Red+Green+Blue) = 116+126+234=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #747EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EEA is #8B8115. Grayscale: #868686. Windows color (decimal): -9142550 or 15367796. OLE color: 15367796.

HSL color Cylindrical-coordinate representation of color #747EEA: hue angle of 234.92º degrees, saturation: 0.74, 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 #747EEA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 126 234 -
CMYK 0.50 0.46 0 0.08
HSL 234.92º 0.74% 0.69% -
HSV(B) 234.92º 0.5% 0.92% -
XYZ 29.51 24.58 81.03 -
YUV 135.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 116 126 234 0.50 0.46 0 0.08 234.92 0.74 0.69
Hex 74 7E EA 32 2E 0 8 EB 4A 45
Octal 164 176 352 62 56 0 10 353 112 105
Binary 1110100 1111110 11101010 110010 101110 0 1000 11101011 1001010 1000101

Color Harmonies of #747EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EEA

Black with #747EEA

Text Example


Text Example

White with #747EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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