Html Css Color HEX #745CED Medium Slate Blue

📋 copy color: '#745CED'

red 116 ◦ green 92 ◦ blue 237

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

Shades of Medium Slate Blue #745CED

Tints of Medium Slate Blue #745CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 26.07%
G = 20.67%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#745CED (or 0x745CED) is known color: Medium Slate Blue. HEX triplet: 74, 5C and ED. RGB value is (116,92,237). Sum of RGB (Red+Green+Blue) = 116+92+237=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #745CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745CED is #8BA312. Grayscale: #737373. Windows color (decimal): -9151251 or 15555700. OLE color: 15555700.

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

Color convert

RGB 116 92 237 -
CMYK 0.51 0.61 0 0.07
HSL 249.93º 0.8% 0.65% -
HSV(B) 249.93º 0.61% 0.93% -
XYZ 26.32 17.48 82.11 -
YUV 115.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 116 92 237 0.51 0.61 0 0.07 249.93 0.8 0.65
Hex 74 5C ED 33 3D 0 7 FA 50 41
Octal 164 134 355 63 75 0 7 372 120 101
Binary 1110100 1011100 11101101 110011 111101 0 111 11111010 1010000 1000001

Color Harmonies of #745CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CED

Black with #745CED

Text Example


Text Example

White with #745CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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