Html Css Color HEX #7440FE Medium Slate Blue

📋 copy color: '#7440FE'

red 116 ◦ green 64 ◦ blue 254

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

Shades of Medium Slate Blue #7440FE

Tints of Medium Slate Blue #7440FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.75%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 26.73%
G = 14.75%
B = 58.53%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7440FE (or 0x7440FE) is known color: Medium Slate Blue. HEX triplet: 74, 40 and FE. RGB value is (116,64,254). Sum of RGB (Red+Green+Blue) = 116+64+254=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7440FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440FE is #8BBF01. Grayscale: #646464. Windows color (decimal): -9158402 or 16662644. OLE color: 16662644.

HSL color Cylindrical-coordinate representation of color #7440FE: hue angle of 256.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7440FE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 64 254 -
CMYK 0.54 0.75 0 0.00
HSL 256.42º 0.99% 0.62% -
HSV(B) 256.42º 0.75% 1% -
XYZ 26.93 14.54 95.15 -
YUV 101.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 116 64 254 0.54 0.75 0 0.00 256.42 0.99 0.62
Hex 74 40 FE 36 4B 0 0 100 63 3E
Octal 164 100 376 66 113 0 0 400 143 76
Binary 1110100 1000000 11111110 110110 1001011 0 0 100000000 1100011 111110

Color Harmonies of #7440FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440FE

Black with #7440FE

Text Example


Text Example

White with #7440FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7440FE; }

 p { color: rgb(116,64,254); }

 H1.HeaderClassName
 {
   color: #7440FE;
 }
 .AnyTagClassName
 {
   color: #7440FE;
 }
</style>

background-color css

<style>
 a { background-color: #7440FE; }

 a { background-color: rgb(116,64,254); }

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

border-color css

<style>
 span { border-color: #7440FE; }

 span { border-color: rgb(116,64,254); }

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