Html Css Color HEX #746FDA Medium Slate Blue

📋 copy color: '#746FDA'

red 116 ◦ green 111 ◦ blue 218

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

Shades of Medium Slate Blue #746FDA

Tints of Medium Slate Blue #746FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 26.07%
G = 24.94%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#746FDA (or 0x746FDA) is known color: Medium Slate Blue. HEX triplet: 74, 6F and DA. RGB value is (116,111,218). Sum of RGB (Red+Green+Blue) = 116+111+218=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #746FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FDA is #8B9025. Grayscale: #7C7C7C. Windows color (decimal): -9146406 or 14315380. OLE color: 14315380.

HSL color Cylindrical-coordinate representation of color #746FDA: hue angle of 242.8º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #746FDA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 111 218 -
CMYK 0.47 0.49 0 0.15
HSL 242.8º 0.59% 0.65% -
HSV(B) 242.8º 0.49% 0.85% -
XYZ 25.54 20.14 68.87 -
YUV 124.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 116 111 218 0.47 0.49 0 0.15 242.8 0.59 0.65
Hex 74 6F DA 2F 31 0 F F3 3B 41
Octal 164 157 332 57 61 0 17 363 73 101
Binary 1110100 1101111 11011010 101111 110001 0 1111 11110011 111011 1000001

Color Harmonies of #746FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FDA

Black with #746FDA

Text Example


Text Example

White with #746FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,218); }

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

background-color css

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

 a { background-color: rgb(116,111,218); }

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

border-color css

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

 span { border-color: rgb(116,111,218); }

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