Html Css Color HEX #7463EF Medium Slate Blue

📋 copy color: '#7463EF'

red 116 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #7463EF

Tints of Medium Slate Blue #7463EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 25.55%
G = 21.81%
B = 52.64%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7463EF (or 0x7463EF) is known color: Medium Slate Blue. HEX triplet: 74, 63 and EF. RGB value is (116,99,239). Sum of RGB (Red+Green+Blue) = 116+99+239=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #7463EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7463EF is #8B9C10. Grayscale: #777777. Windows color (decimal): -9149457 or 15688564. OLE color: 15688564.

HSL color Cylindrical-coordinate representation of color #7463EF: hue angle of 247.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7463EF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 99 239 -
CMYK 0.51 0.59 0 0.06
HSL 247.29º 0.81% 0.66% -
HSV(B) 247.29º 0.59% 0.94% -
XYZ 27.24 18.87 83.87 -
YUV 120.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 116 99 239 0.51 0.59 0 0.06 247.29 0.81 0.66
Hex 74 63 EF 33 3B 0 6 F7 51 42
Octal 164 143 357 63 73 0 6 367 121 102
Binary 1110100 1100011 11101111 110011 111011 0 110 11110111 1010001 1000010

Color Harmonies of #7463EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463EF

Black with #7463EF

Text Example


Text Example

White with #7463EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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