Html Css Color HEX #745DFE Medium Slate Blue

📋 copy color: '#745DFE'

red 116 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #745DFE

Tints of Medium Slate Blue #745DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.09%

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

R = 25.05%
G = 20.09%
B = 54.86%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#745DFE (or 0x745DFE) is known color: Medium Slate Blue. HEX triplet: 74, 5D and FE. RGB value is (116,93,254). Sum of RGB (Red+Green+Blue) = 116+93+254=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #745DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DFE is #8BA201. Grayscale: #757575. Windows color (decimal): -9150978 or 16670068. OLE color: 16670068.

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

Color convert

RGB 116 93 254 -
CMYK 0.54 0.63 0 0.00
HSL 248.57º 0.99% 0.68% -
HSV(B) 248.57º 0.63% 1% -
XYZ 29.01 18.7 95.85 -
YUV 118.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 116 93 254 0.54 0.63 0 0.00 248.57 0.99 0.68
Hex 74 5D FE 36 3F 0 0 F9 63 44
Octal 164 135 376 66 77 0 0 371 143 104
Binary 1110100 1011101 11111110 110110 111111 0 0 11111001 1100011 1000100

Color Harmonies of #745DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DFE

Black with #745DFE

Text Example


Text Example

White with #745DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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