Html Css Color HEX #744FFA Medium Slate Blue

📋 copy color: '#744FFA'

red 116 ◦ green 79 ◦ blue 250

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

Shades of Medium Slate Blue #744FFA

Tints of Medium Slate Blue #744FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 26.07%
G = 17.75%
B = 56.18%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#744FFA (or 0x744FFA) is known color: Medium Slate Blue. HEX triplet: 74, 4F and FA. RGB value is (116,79,250). Sum of RGB (Red+Green+Blue) = 116+79+250=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #744FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #744FFA is #8BB005. Grayscale: #6C6C6C. Windows color (decimal): -9154566 or 16404340. OLE color: 16404340.

HSL color Cylindrical-coordinate representation of color #744FFA: hue angle of 252.98º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744FFA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 79 250 -
CMYK 0.54 0.68 0 0.02
HSL 252.98º 0.94% 0.65% -
HSV(B) 252.98º 0.68% 0.98% -
XYZ 27.25 16.21 92.13 -
YUV 109.56 207.26 132.6 -
System Red Green Blue C M Y K H S L
Decimal 116 79 250 0.54 0.68 0 0.02 252.98 0.94 0.65
Hex 74 4F FA 36 44 0 2 FD 5E 41
Octal 164 117 372 66 104 0 2 375 136 101
Binary 1110100 1001111 11111010 110110 1000100 0 10 11111101 1011110 1000001

Color Harmonies of #744FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FFA

Black with #744FFA

Text Example


Text Example

White with #744FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744FFA; }

 p { color: rgb(116,79,250); }

 H1.HeaderClassName
 {
   color: #744FFA;
 }
 .AnyTagClassName
 {
   color: #744FFA;
 }
</style>

background-color css

<style>
 a { background-color: #744FFA; }

 a { background-color: rgb(116,79,250); }

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

border-color css

<style>
 span { border-color: #744FFA; }

 span { border-color: rgb(116,79,250); }

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