Html Css Color HEX #746BDC Medium Slate Blue

📋 copy color: '#746BDC'

red 116 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #746BDC

Tints of Medium Slate Blue #746BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 26.19%
G = 24.15%
B = 49.66%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#746BDC (or 0x746BDC) is known color: Medium Slate Blue. HEX triplet: 74, 6B and DC. RGB value is (116,107,220). Sum of RGB (Red+Green+Blue) = 116+107+220=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #746BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BDC is #8B9423. Grayscale: #7A7A7A. Windows color (decimal): -9147428 or 14445428. OLE color: 14445428.

HSL color Cylindrical-coordinate representation of color #746BDC: hue angle of 244.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746BDC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 107 220 -
CMYK 0.47 0.51 0 0.14
HSL 244.78º 0.62% 0.64% -
HSV(B) 244.78º 0.51% 0.86% -
XYZ 25.38 19.4 70.12 -
YUV 122.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 116 107 220 0.47 0.51 0 0.14 244.78 0.62 0.64
Hex 74 6B DC 2F 33 0 E F5 3E 40
Octal 164 153 334 57 63 0 16 365 76 100
Binary 1110100 1101011 11011100 101111 110011 0 1110 11110101 111110 1000000

Color Harmonies of #746BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BDC

Black with #746BDC

Text Example


Text Example

White with #746BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,220); }

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

background-color css

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

 a { background-color: rgb(116,107,220); }

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

border-color css

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

 span { border-color: rgb(116,107,220); }

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