Html Css Color HEX #746CDF Medium Slate Blue

📋 copy color: '#746CDF'

red 116 ◦ green 108 ◦ blue 223

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

Shades of Medium Slate Blue #746CDF

Tints of Medium Slate Blue #746CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 25.95%
G = 24.16%
B = 49.89%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#746CDF (or 0x746CDF) is known color: Medium Slate Blue. HEX triplet: 74, 6C and DF. RGB value is (116,108,223). Sum of RGB (Red+Green+Blue) = 116+108+223=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #746CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CDF is #8B9320. Grayscale: #7B7B7B. Windows color (decimal): -9147169 or 14642292. OLE color: 14642292.

HSL color Cylindrical-coordinate representation of color #746CDF: hue angle of 244.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746CDF is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 108 223 -
CMYK 0.48 0.52 0 0.13
HSL 244.17º 0.64% 0.65% -
HSV(B) 244.17º 0.52% 0.87% -
XYZ 25.88 19.77 72.26 -
YUV 123.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 116 108 223 0.48 0.52 0 0.13 244.17 0.64 0.65
Hex 74 6C DF 30 34 0 D F4 40 41
Octal 164 154 337 60 64 0 15 364 100 101
Binary 1110100 1101100 11011111 110000 110100 0 1101 11110100 1000000 1000001

Color Harmonies of #746CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CDF

Black with #746CDF

Text Example


Text Example

White with #746CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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