Html Css Color HEX #745AEA Medium Slate Blue

📋 copy color: '#745AEA'

red 116 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #745AEA

Tints of Medium Slate Blue #745AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 26.36%
G = 20.45%
B = 53.18%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#745AEA (or 0x745AEA) is known color: Medium Slate Blue. HEX triplet: 74, 5A and EA. RGB value is (116,90,234). Sum of RGB (Red+Green+Blue) = 116+90+234=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #745AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AEA is #8BA515. Grayscale: #717171. Windows color (decimal): -9151766 or 15358580. OLE color: 15358580.

HSL color Cylindrical-coordinate representation of color #745AEA: hue angle of 250.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745AEA is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 90 234 -
CMYK 0.50 0.62 0 0.08
HSL 250.83º 0.77% 0.64% -
HSV(B) 250.83º 0.62% 0.92% -
XYZ 25.71 16.97 79.76 -
YUV 114.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 116 90 234 0.50 0.62 0 0.08 250.83 0.77 0.64
Hex 74 5A EA 32 3E 0 8 FB 4D 40
Octal 164 132 352 62 76 0 10 373 115 100
Binary 1110100 1011010 11101010 110010 111110 0 1000 11111011 1001101 1000000

Color Harmonies of #745AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AEA

Black with #745AEA

Text Example


Text Example

White with #745AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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