Html Css Color HEX #746CF0 Medium Slate Blue

📋 copy color: '#746CF0'

red 116 ◦ green 108 ◦ blue 240

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

Shades of Medium Slate Blue #746CF0

Tints of Medium Slate Blue #746CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 25%
G = 23.28%
B = 51.72%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#746CF0 (or 0x746CF0) is known color: Medium Slate Blue. HEX triplet: 74, 6C and F0. RGB value is (116,108,240). Sum of RGB (Red+Green+Blue) = 116+108+240=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #746CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746CF0 is #8B930F. Grayscale: #7C7C7C. Windows color (decimal): -9147152 or 15756404. OLE color: 15756404.

HSL color Cylindrical-coordinate representation of color #746CF0: hue angle of 243.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #746CF0 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 108 240 -
CMYK 0.52 0.55 0 0.06
HSL 243.64º 0.81% 0.68% -
HSV(B) 243.64º 0.55% 0.94% -
XYZ 28.29 20.73 84.95 -
YUV 125.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 116 108 240 0.52 0.55 0 0.06 243.64 0.81 0.68
Hex 74 6C F0 34 37 0 6 F4 51 44
Octal 164 154 360 64 67 0 6 364 121 104
Binary 1110100 1101100 11110000 110100 110111 0 110 11110100 1010001 1000100

Color Harmonies of #746CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CF0

Black with #746CF0

Text Example


Text Example

White with #746CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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