Html Css Color HEX #746AF3 Medium Slate Blue

📋 copy color: '#746AF3'

red 116 ◦ green 106 ◦ blue 243

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

Shades of Medium Slate Blue #746AF3

Tints of Medium Slate Blue #746AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

 BLUE value IS 243 (95.31% from 255) = 52.26%

R = 24.95%
G = 22.8%
B = 52.26%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#746AF3 (or 0x746AF3) is known color: Medium Slate Blue. HEX triplet: 74, 6A and F3. RGB value is (116,106,243). Sum of RGB (Red+Green+Blue) = 116+106+243=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #746AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746AF3 is #8B950C. Grayscale: #7C7C7C. Windows color (decimal): -9147661 or 15952500. OLE color: 15952500.

HSL color Cylindrical-coordinate representation of color #746AF3: hue angle of 244.38º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #746AF3 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 106 243 -
CMYK 0.52 0.56 0 0.05
HSL 244.38º 0.85% 0.68% -
HSV(B) 244.38º 0.56% 0.95% -
XYZ 28.53 20.49 87.25 -
YUV 124.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 116 106 243 0.52 0.56 0 0.05 244.38 0.85 0.68
Hex 74 6A F3 34 38 0 5 F4 55 44
Octal 164 152 363 64 70 0 5 364 125 104
Binary 1110100 1101010 11110011 110100 111000 0 101 11110100 1010101 1000100

Color Harmonies of #746AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AF3

Black with #746AF3

Text Example


Text Example

White with #746AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,243); }

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

background-color css

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

 a { background-color: rgb(116,106,243); }

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

border-color css

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

 span { border-color: rgb(116,106,243); }

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