Html Css Color HEX #745EF7 Medium Slate Blue

📋 copy color: '#745EF7'

red 116 ◦ green 94 ◦ blue 247

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

Shades of Medium Slate Blue #745EF7

Tints of Medium Slate Blue #745EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 247 (96.88% from 255) = 54.05%

R = 25.38%
G = 20.57%
B = 54.05%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#745EF7 (or 0x745EF7) is known color: Medium Slate Blue. HEX triplet: 74, 5E and F7. RGB value is (116,94,247). Sum of RGB (Red+Green+Blue) = 116+94+247=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #745EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EF7 is #8BA108. Grayscale: #757575. Windows color (decimal): -9150729 or 16211572. OLE color: 16211572.

HSL color Cylindrical-coordinate representation of color #745EF7: hue angle of 248.63º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745EF7 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 94 247 -
CMYK 0.53 0.62 0 0.03
HSL 248.63º 0.91% 0.67% -
HSV(B) 248.63º 0.62% 0.97% -
XYZ 27.99 18.43 90.08 -
YUV 118.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 116 94 247 0.53 0.62 0 0.03 248.63 0.91 0.67
Hex 74 5E F7 35 3E 0 3 F9 5B 43
Octal 164 136 367 65 76 0 3 371 133 103
Binary 1110100 1011110 11110111 110101 111110 0 11 11111001 1011011 1000011

Color Harmonies of #745EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EF7

Black with #745EF7

Text Example


Text Example

White with #745EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745EF7; }

 p { color: rgb(116,94,247); }

 H1.HeaderClassName
 {
   color: #745EF7;
 }
 .AnyTagClassName
 {
   color: #745EF7;
 }
</style>

background-color css

<style>
 a { background-color: #745EF7; }

 a { background-color: rgb(116,94,247); }

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

border-color css

<style>
 span { border-color: #745EF7; }

 span { border-color: rgb(116,94,247); }

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