Html Css Color HEX #745BFE Medium Slate Blue

📋 copy color: '#745BFE'

red 116 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #745BFE

Tints of Medium Slate Blue #745BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 25.16%
G = 19.74%
B = 55.1%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#745BFE (or 0x745BFE) is known color: Medium Slate Blue. HEX triplet: 74, 5B and FE. RGB value is (116,91,254). Sum of RGB (Red+Green+Blue) = 116+91+254=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #745BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BFE is #8BA401. Grayscale: #747474. Windows color (decimal): -9151490 or 16669556. OLE color: 16669556.

HSL color Cylindrical-coordinate representation of color #745BFE: hue angle of 249.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #745BFE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 91 254 -
CMYK 0.54 0.64 0 0.00
HSL 249.2º 0.99% 0.68% -
HSV(B) 249.2º 0.64% 1% -
XYZ 28.83 18.35 95.79 -
YUV 117.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 116 91 254 0.54 0.64 0 0.00 249.2 0.99 0.68
Hex 74 5B FE 36 40 0 0 F9 63 44
Octal 164 133 376 66 100 0 0 371 143 104
Binary 1110100 1011011 11111110 110110 1000000 0 0 11111001 1100011 1000100

Color Harmonies of #745BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BFE

Black with #745BFE

Text Example


Text Example

White with #745BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,254); }

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

background-color css

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

 a { background-color: rgb(116,91,254); }

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

border-color css

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

 span { border-color: rgb(116,91,254); }

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