Html Css Color HEX #747CDF Medium Slate Blue

📋 copy color: '#747CDF'

red 116 ◦ green 124 ◦ blue 223

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

Shades of Medium Slate Blue #747CDF

Tints of Medium Slate Blue #747CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

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

R = 25.05%
G = 26.78%
B = 48.16%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#747CDF (or 0x747CDF) is known color: Medium Slate Blue. HEX triplet: 74, 7C and DF. RGB value is (116,124,223). Sum of RGB (Red+Green+Blue) = 116+124+223=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #747CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CDF is #8B8320. Grayscale: #848484. Windows color (decimal): -9143073 or 14646388. OLE color: 14646388.

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

Color convert

RGB 116 124 223 -
CMYK 0.48 0.44 0 0.13
HSL 235.51º 0.63% 0.66% -
HSV(B) 235.51º 0.48% 0.87% -
XYZ 27.73 23.46 72.88 -
YUV 132.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 116 124 223 0.48 0.44 0 0.13 235.51 0.63 0.66
Hex 74 7C DF 30 2C 0 D EC 3F 42
Octal 164 174 337 60 54 0 15 354 77 102
Binary 1110100 1111100 11011111 110000 101100 0 1101 11101100 111111 1000010

Color Harmonies of #747CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CDF

Black with #747CDF

Text Example


Text Example

White with #747CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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