Html Css Color HEX #7460FA Medium Slate Blue

📋 copy color: '#7460FA'

red 116 ◦ green 96 ◦ blue 250

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

Shades of Medium Slate Blue #7460FA

Tints of Medium Slate Blue #7460FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.78%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 25.11%
G = 20.78%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7460FA (or 0x7460FA) is known color: Medium Slate Blue. HEX triplet: 74, 60 and FA. RGB value is (116,96,250). Sum of RGB (Red+Green+Blue) = 116+96+250=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #7460FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460FA is #8B9F05. Grayscale: #767676. Windows color (decimal): -9150214 or 16408692. OLE color: 16408692.

HSL color Cylindrical-coordinate representation of color #7460FA: hue angle of 247.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7460FA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 96 250 -
CMYK 0.54 0.62 0 0.02
HSL 247.79º 0.94% 0.68% -
HSV(B) 247.79º 0.62% 0.98% -
XYZ 28.64 18.98 92.6 -
YUV 119.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 116 96 250 0.54 0.62 0 0.02 247.79 0.94 0.68
Hex 74 60 FA 36 3E 0 2 F8 5E 44
Octal 164 140 372 66 76 0 2 370 136 104
Binary 1110100 1100000 11111010 110110 111110 0 10 11111000 1011110 1000100

Color Harmonies of #7460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460FA

Black with #7460FA

Text Example


Text Example

White with #7460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7460FA; }

 p { color: rgb(116,96,250); }

 H1.HeaderClassName
 {
   color: #7460FA;
 }
 .AnyTagClassName
 {
   color: #7460FA;
 }
</style>

background-color css

<style>
 a { background-color: #7460FA; }

 a { background-color: rgb(116,96,250); }

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

border-color css

<style>
 span { border-color: #7460FA; }

 span { border-color: rgb(116,96,250); }

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