Html Css Color HEX #7463FF Medium Slate Blue

📋 copy color: '#7463FF'

red 116 ◦ green 99 ◦ blue 255

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

Shades of Medium Slate Blue #7463FF

Tints of Medium Slate Blue #7463FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 24.68%
G = 21.06%
B = 54.26%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7463FF (or 0x7463FF) is known color: Medium Slate Blue. HEX triplet: 74, 63 and FF. RGB value is (116,99,255). Sum of RGB (Red+Green+Blue) = 116+99+255=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #7463FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7463FF is #8B9C00. Grayscale: #797979. Windows color (decimal): -9149441 or 16737140. OLE color: 16737140.

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

Color convert

RGB 116 99 255 -
CMYK 0.55 0.61 0 0
HSL 246.54º 1% 0.69% -
HSV(B) 246.54º 0.61% 1% -
XYZ 29.71 19.86 96.87 -
YUV 121.87 203.13 123.82 -
System Red Green Blue C M Y K H S L
Decimal 116 99 255 0.55 0.61 0 0 246.54 1 0.69
Hex 74 63 FF 37 3D 0 0 F7 64 45
Octal 164 143 377 67 75 0 0 367 144 105
Binary 1110100 1100011 11111111 110111 111101 0 0 11110111 1100100 1000101

Color Harmonies of #7463FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463FF

Black with #7463FF

Text Example


Text Example

White with #7463FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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