Html Css Color HEX #746EDB Medium Slate Blue

📋 copy color: '#746EDB'

red 116 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #746EDB

Tints of Medium Slate Blue #746EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.72%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 26.07%
G = 24.72%
B = 49.21%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#746EDB (or 0x746EDB) is known color: Medium Slate Blue. HEX triplet: 74, 6E and DB. RGB value is (116,110,219). Sum of RGB (Red+Green+Blue) = 116+110+219=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #746EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746EDB is #8B9124. Grayscale: #7B7B7B. Windows color (decimal): -9146661 or 14380660. OLE color: 14380660.

HSL color Cylindrical-coordinate representation of color #746EDB: hue angle of 243.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746EDB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 110 219 -
CMYK 0.47 0.50 0 0.14
HSL 243.3º 0.6% 0.65% -
HSV(B) 243.3º 0.5% 0.86% -
XYZ 25.56 19.98 69.53 -
YUV 124.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 116 110 219 0.47 0.50 0 0.14 243.3 0.6 0.65
Hex 74 6E DB 2F 32 0 E F3 3C 41
Octal 164 156 333 57 62 0 16 363 74 101
Binary 1110100 1101110 11011011 101111 110010 0 1110 11110011 111100 1000001

Color Harmonies of #746EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746EDB

Black with #746EDB

Text Example


Text Example

White with #746EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,219); }

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

background-color css

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

 a { background-color: rgb(116,110,219); }

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

border-color css

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

 span { border-color: rgb(116,110,219); }

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