Html Css Color HEX #746CE1 Medium Slate Blue

📋 copy color: '#746CE1'

red 116 ◦ green 108 ◦ blue 225

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

Shades of Medium Slate Blue #746CE1

Tints of Medium Slate Blue #746CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 25.84%
G = 24.05%
B = 50.11%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#746CE1 (or 0x746CE1) is known color: Medium Slate Blue. HEX triplet: 74, 6C and E1. RGB value is (116,108,225). Sum of RGB (Red+Green+Blue) = 116+108+225=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #746CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CE1 is #8B931E. Grayscale: #7B7B7B. Windows color (decimal): -9147167 or 14773364. OLE color: 14773364.

HSL color Cylindrical-coordinate representation of color #746CE1: hue angle of 244.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746CE1 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 108 225 -
CMYK 0.48 0.52 0 0.12
HSL 244.1º 0.66% 0.65% -
HSV(B) 244.1º 0.52% 0.88% -
XYZ 26.16 19.87 73.69 -
YUV 123.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 116 108 225 0.48 0.52 0 0.12 244.1 0.66 0.65
Hex 74 6C E1 30 34 0 C F4 42 41
Octal 164 154 341 60 64 0 14 364 102 101
Binary 1110100 1101100 11100001 110000 110100 0 1100 11110100 1000010 1000001

Color Harmonies of #746CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CE1

Black with #746CE1

Text Example


Text Example

White with #746CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746CE1; }

 p { color: rgb(116,108,225); }

 H1.HeaderClassName
 {
   color: #746CE1;
 }
 .AnyTagClassName
 {
   color: #746CE1;
 }
</style>

background-color css

<style>
 a { background-color: #746CE1; }

 a { background-color: rgb(116,108,225); }

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

border-color css

<style>
 span { border-color: #746CE1; }

 span { border-color: rgb(116,108,225); }

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