Html Css Color HEX #745CFE Medium Slate Blue

📋 copy color: '#745CFE'

red 116 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #745CFE

Tints of Medium Slate Blue #745CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

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

R = 25.11%
G = 19.91%
B = 54.98%

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

#745CFE (or 0x745CFE) is known color: Medium Slate Blue. HEX triplet: 74, 5C and FE. RGB value is (116,92,254). Sum of RGB (Red+Green+Blue) = 116+92+254=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #745CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CFE is #8BA301. Grayscale: #757575. Windows color (decimal): -9151234 or 16669812. OLE color: 16669812.

HSL color Cylindrical-coordinate representation of color #745CFE: hue angle of 248.89º 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 #745CFE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 92 254 -
CMYK 0.54 0.64 0 0.00
HSL 248.89º 0.99% 0.68% -
HSV(B) 248.89º 0.64% 1% -
XYZ 28.92 18.52 95.82 -
YUV 117.64 204.95 126.83 -
System Red Green Blue C M Y K H S L
Decimal 116 92 254 0.54 0.64 0 0.00 248.89 0.99 0.68
Hex 74 5C FE 36 40 0 0 F9 63 44
Octal 164 134 376 66 100 0 0 371 143 104
Binary 1110100 1011100 11111110 110110 1000000 0 0 11111001 1100011 1000100

Color Harmonies of #745CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CFE

Black with #745CFE

Text Example


Text Example

White with #745CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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