Html Css Color HEX #745CEF Medium Slate Blue

📋 copy color: '#745CEF'

red 116 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #745CEF

Tints of Medium Slate Blue #745CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 25.95%
G = 20.58%
B = 53.47%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#745CEF (or 0x745CEF) is known color: Medium Slate Blue. HEX triplet: 74, 5C and EF. RGB value is (116,92,239). Sum of RGB (Red+Green+Blue) = 116+92+239=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #745CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CEF is #8BA310. Grayscale: #737373. Windows color (decimal): -9151249 or 15686772. OLE color: 15686772.

HSL color Cylindrical-coordinate representation of color #745CEF: hue angle of 249.8º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745CEF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 92 239 -
CMYK 0.51 0.62 0 0.06
HSL 249.8º 0.82% 0.65% -
HSV(B) 249.8º 0.62% 0.94% -
XYZ 26.61 17.6 83.66 -
YUV 115.93 197.45 128.05 -
System Red Green Blue C M Y K H S L
Decimal 116 92 239 0.51 0.62 0 0.06 249.8 0.82 0.65
Hex 74 5C EF 33 3E 0 6 FA 52 41
Octal 164 134 357 63 76 0 6 372 122 101
Binary 1110100 1011100 11101111 110011 111110 0 110 11111010 1010010 1000001

Color Harmonies of #745CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CEF

Black with #745CEF

Text Example


Text Example

White with #745CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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