Html Css Color HEX #747FEE Medium Slate Blue

📋 copy color: '#747FEE'

red 116 ◦ green 127 ◦ blue 238

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

Shades of Medium Slate Blue #747FEE

Tints of Medium Slate Blue #747FEE

RGB

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

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

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

R = 24.12%
G = 26.4%
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

#747FEE (or 0x747FEE) is known color: Medium Slate Blue. HEX triplet: 74, 7F and EE. RGB value is (116,127,238). Sum of RGB (Red+Green+Blue) = 116+127+238=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #747FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FEE is #8B8011. Grayscale: #878787. Windows color (decimal): -9142290 or 15630196. OLE color: 15630196.

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

Color convert

RGB 116 127 238 -
CMYK 0.51 0.47 0 0.07
HSL 234.59º 0.78% 0.69% -
HSV(B) 234.59º 0.51% 0.93% -
XYZ 30.22 25.06 84.13 -
YUV 136.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 116 127 238 0.51 0.47 0 0.07 234.59 0.78 0.69
Hex 74 7F EE 33 2F 0 7 EB 4E 45
Octal 164 177 356 63 57 0 7 353 116 105
Binary 1110100 1111111 11101110 110011 101111 0 111 11101011 1001110 1000101

Color Harmonies of #747FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FEE

Black with #747FEE

Text Example


Text Example

White with #747FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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