Html Css Color HEX #745CEE Medium Slate Blue

📋 copy color: '#745CEE'

red 116 ◦ green 92 ◦ blue 238

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

Shades of Medium Slate Blue #745CEE

Tints of Medium Slate Blue #745CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 26.01%
G = 20.63%
B = 53.36%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#745CEE (or 0x745CEE) is known color: Medium Slate Blue. HEX triplet: 74, 5C and EE. RGB value is (116,92,238). Sum of RGB (Red+Green+Blue) = 116+92+238=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #745CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CEE is #8BA311. Grayscale: #737373. Windows color (decimal): -9151250 or 15621236. OLE color: 15621236.

HSL color Cylindrical-coordinate representation of color #745CEE: hue angle of 249.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745CEE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 92 238 -
CMYK 0.51 0.61 0 0.07
HSL 249.86º 0.81% 0.65% -
HSV(B) 249.86º 0.61% 0.93% -
XYZ 26.46 17.54 82.88 -
YUV 115.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 116 92 238 0.51 0.61 0 0.07 249.86 0.81 0.65
Hex 74 5C EE 33 3D 0 7 FA 51 41
Octal 164 134 356 63 75 0 7 372 121 101
Binary 1110100 1011100 11101110 110011 111101 0 111 11111010 1010001 1000001

Color Harmonies of #745CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CEE

Black with #745CEE

Text Example


Text Example

White with #745CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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