Html Css Color HEX #745BEE Medium Slate Blue

📋 copy color: '#745BEE'

red 116 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #745BEE

Tints of Medium Slate Blue #745BEE

RGB

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

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

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

R = 26.07%
G = 20.45%
B = 53.48%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#745BEE (or 0x745BEE) is known color: Medium Slate Blue. HEX triplet: 74, 5B and EE. RGB value is (116,91,238). Sum of RGB (Red+Green+Blue) = 116+91+238=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #745BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745BEE is #8BA411. Grayscale: #727272. Windows color (decimal): -9151506 or 15620980. OLE color: 15620980.

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

Color convert

RGB 116 91 238 -
CMYK 0.51 0.62 0 0.07
HSL 250.2º 0.81% 0.65% -
HSV(B) 250.2º 0.62% 0.93% -
XYZ 26.38 17.37 82.85 -
YUV 115.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 116 91 238 0.51 0.62 0 0.07 250.2 0.81 0.65
Hex 74 5B EE 33 3E 0 7 FA 51 41
Octal 164 133 356 63 76 0 7 372 121 101
Binary 1110100 1011011 11101110 110011 111110 0 111 11111010 1010001 1000001

Color Harmonies of #745BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BEE

Black with #745BEE

Text Example


Text Example

White with #745BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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