Html Css Color HEX #745CE8 Medium Slate Blue

📋 copy color: '#745CE8'

red 116 ◦ green 92 ◦ blue 232

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

Shades of Medium Slate Blue #745CE8

Tints of Medium Slate Blue #745CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 26.36%
G = 20.91%
B = 52.73%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#745CE8 (or 0x745CE8) is known color: Medium Slate Blue. HEX triplet: 74, 5C and E8. RGB value is (116,92,232). Sum of RGB (Red+Green+Blue) = 116+92+232=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #745CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CE8 is #8BA317. Grayscale: #727272. Windows color (decimal): -9151256 or 15228020. OLE color: 15228020.

HSL color Cylindrical-coordinate representation of color #745CE8: hue angle of 250.29º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745CE8 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 92 232 -
CMYK 0.50 0.60 0 0.09
HSL 250.29º 0.75% 0.64% -
HSV(B) 250.29º 0.6% 0.91% -
XYZ 25.6 17.19 78.31 -
YUV 115.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 116 92 232 0.50 0.60 0 0.09 250.29 0.75 0.64
Hex 74 5C E8 32 3C 0 9 FA 4B 40
Octal 164 134 350 62 74 0 11 372 113 100
Binary 1110100 1011100 11101000 110010 111100 0 1001 11111010 1001011 1000000

Color Harmonies of #745CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CE8

Black with #745CE8

Text Example


Text Example

White with #745CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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