Html Css Color HEX #745AEE Medium Slate Blue

📋 copy color: '#745AEE'

red 116 ◦ green 90 ◦ blue 238

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

Shades of Medium Slate Blue #745AEE

Tints of Medium Slate Blue #745AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

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

R = 26.13%
G = 20.27%
B = 53.6%

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

#745AEE (or 0x745AEE) is known color: Medium Slate Blue. HEX triplet: 74, 5A and EE. RGB value is (116,90,238). Sum of RGB (Red+Green+Blue) = 116+90+238=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #745AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AEE is #8BA511. Grayscale: #727272. Windows color (decimal): -9151762 or 15620724. OLE color: 15620724.

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

Color convert

RGB 116 90 238 -
CMYK 0.51 0.62 0 0.07
HSL 250.54º 0.81% 0.64% -
HSV(B) 250.54º 0.62% 0.93% -
XYZ 26.29 17.2 82.82 -
YUV 114.65 197.61 128.97 -
System Red Green Blue C M Y K H S L
Decimal 116 90 238 0.51 0.62 0 0.07 250.54 0.81 0.64
Hex 74 5A EE 33 3E 0 7 FB 51 40
Octal 164 132 356 63 76 0 7 373 121 100
Binary 1110100 1011010 11101110 110011 111110 0 111 11111011 1010001 1000000

Color Harmonies of #745AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AEE

Black with #745AEE

Text Example


Text Example

White with #745AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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