Html Css Color HEX #745CDF Medium Slate Blue

📋 copy color: '#745CDF'

red 116 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #745CDF

Tints of Medium Slate Blue #745CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 26.91%
G = 21.35%
B = 51.74%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745CDF (or 0x745CDF) is known color: Medium Slate Blue. HEX triplet: 74, 5C and DF. RGB value is (116,92,223). Sum of RGB (Red+Green+Blue) = 116+92+223=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #745CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CDF is #8BA320. Grayscale: #717171. Windows color (decimal): -9151265 or 14638196. OLE color: 14638196.

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

Color convert

RGB 116 92 223 -
CMYK 0.48 0.59 0 0.13
HSL 250.99º 0.67% 0.62% -
HSV(B) 250.99º 0.59% 0.87% -
XYZ 24.35 16.7 71.75 -
YUV 114.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 116 92 223 0.48 0.59 0 0.13 250.99 0.67 0.62
Hex 74 5C DF 30 3B 0 D FB 43 3E
Octal 164 134 337 60 73 0 15 373 103 76
Binary 1110100 1011100 11011111 110000 111011 0 1101 11111011 1000011 111110

Color Harmonies of #745CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CDF

Black with #745CDF

Text Example


Text Example

White with #745CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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