Html Css Color HEX #745BE0 Medium Slate Blue

📋 copy color: '#745BE0'

red 116 ◦ green 91 ◦ blue 224

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

Shades of Medium Slate Blue #745BE0

Tints of Medium Slate Blue #745BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 26.91%
G = 21.11%
B = 51.97%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#745BE0 (or 0x745BE0) is known color: Medium Slate Blue. HEX triplet: 74, 5B and E0. RGB value is (116,91,224). Sum of RGB (Red+Green+Blue) = 116+91+224=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #745BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BE0 is #8BA41F. Grayscale: #717171. Windows color (decimal): -9151520 or 14703476. OLE color: 14703476.

HSL color Cylindrical-coordinate representation of color #745BE0: hue angle of 251.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745BE0 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 91 224 -
CMYK 0.48 0.59 0 0.12
HSL 251.28º 0.68% 0.62% -
HSV(B) 251.28º 0.59% 0.88% -
XYZ 24.4 16.58 72.43 -
YUV 113.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 116 91 224 0.48 0.59 0 0.12 251.28 0.68 0.62
Hex 74 5B E0 30 3B 0 C FB 44 3E
Octal 164 133 340 60 73 0 14 373 104 76
Binary 1110100 1011011 11100000 110000 111011 0 1100 11111011 1000100 111110

Color Harmonies of #745BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BE0

Black with #745BE0

Text Example


Text Example

White with #745BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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