Html Css Color HEX #747FEC Medium Slate Blue

📋 copy color: '#747FEC'

red 116 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #747FEC

Tints of Medium Slate Blue #747FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 24.22%
G = 26.51%
B = 49.27%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#747FEC (or 0x747FEC) is known color: Medium Slate Blue. HEX triplet: 74, 7F and EC. RGB value is (116,127,236). Sum of RGB (Red+Green+Blue) = 116+127+236=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #747FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FEC is #8B8013. Grayscale: #878787. Windows color (decimal): -9142292 or 15499124. OLE color: 15499124.

HSL color Cylindrical-coordinate representation of color #747FEC: hue angle of 234.5º degrees, saturation: 0.76, 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 #747FEC is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 127 236 -
CMYK 0.51 0.46 0 0.07
HSL 234.5º 0.76% 0.69% -
HSV(B) 234.5º 0.51% 0.93% -
XYZ 29.93 24.95 82.59 -
YUV 136.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 116 127 236 0.51 0.46 0 0.07 234.5 0.76 0.69
Hex 74 7F EC 33 2E 0 7 EA 4C 45
Octal 164 177 354 63 56 0 7 352 114 105
Binary 1110100 1111111 11101100 110011 101110 0 111 11101010 1001100 1000101

Color Harmonies of #747FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FEC

Black with #747FEC

Text Example


Text Example

White with #747FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,236); }

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

background-color css

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

 a { background-color: rgb(116,127,236); }

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

border-color css

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

 span { border-color: rgb(116,127,236); }

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