Html Css Color HEX #7464FE Medium Slate Blue

📋 copy color: '#7464FE'

red 116 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #7464FE

Tints of Medium Slate Blue #7464FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.28%

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

R = 24.68%
G = 21.28%
B = 54.04%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7464FE (or 0x7464FE) is known color: Medium Slate Blue. HEX triplet: 74, 64 and FE. RGB value is (116,100,254). Sum of RGB (Red+Green+Blue) = 116+100+254=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7464FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7464FE is #8B9B01. Grayscale: #797979. Windows color (decimal): -9149186 or 16671860. OLE color: 16671860.

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

Color convert

RGB 116 100 254 -
CMYK 0.54 0.61 0 0.00
HSL 246.23º 0.99% 0.69% -
HSV(B) 246.23º 0.61% 1% -
XYZ 29.65 19.98 96.06 -
YUV 122.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 116 100 254 0.54 0.61 0 0.00 246.23 0.99 0.69
Hex 74 64 FE 36 3D 0 0 F6 63 45
Octal 164 144 376 66 75 0 0 366 143 105
Binary 1110100 1100100 11111110 110110 111101 0 0 11110110 1100011 1000101

Color Harmonies of #7464FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464FE

Black with #7464FE

Text Example


Text Example

White with #7464FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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