Html Css Color HEX #7463FE Medium Slate Blue

📋 copy color: '#7463FE'

red 116 ◦ green 99 ◦ blue 254

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

Shades of Medium Slate Blue #7463FE

Tints of Medium Slate Blue #7463FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.11%

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

R = 24.73%
G = 21.11%
B = 54.16%

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

#7463FE (or 0x7463FE) is known color: Medium Slate Blue. HEX triplet: 74, 63 and FE. RGB value is (116,99,254). Sum of RGB (Red+Green+Blue) = 116+99+254=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7463FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7463FE is #8B9C01. Grayscale: #797979. Windows color (decimal): -9149442 or 16671604. OLE color: 16671604.

HSL color Cylindrical-coordinate representation of color #7463FE: hue angle of 246.58º 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 #7463FE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 99 254 -
CMYK 0.54 0.61 0 0.00
HSL 246.58º 0.99% 0.69% -
HSV(B) 246.58º 0.61% 1% -
XYZ 29.55 19.79 96.03 -
YUV 121.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 116 99 254 0.54 0.61 0 0.00 246.58 0.99 0.69
Hex 74 63 FE 36 3D 0 0 F7 63 45
Octal 164 143 376 66 75 0 0 367 143 105
Binary 1110100 1100011 11111110 110110 111101 0 0 11110111 1100011 1000101

Color Harmonies of #7463FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463FE

Black with #7463FE

Text Example


Text Example

White with #7463FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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