Html Css Color HEX #7460ED Medium Slate Blue

📋 copy color: '#7460ED'

red 116 ◦ green 96 ◦ blue 237

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

Shades of Medium Slate Blue #7460ED

Tints of Medium Slate Blue #7460ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 25.84%
G = 21.38%
B = 52.78%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7460ED (or 0x7460ED) is known color: Medium Slate Blue. HEX triplet: 74, 60 and ED. RGB value is (116,96,237). Sum of RGB (Red+Green+Blue) = 116+96+237=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #7460ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460ED is #8B9F12. Grayscale: #757575. Windows color (decimal): -9150227 or 15556724. OLE color: 15556724.

HSL color Cylindrical-coordinate representation of color #7460ED: hue angle of 248.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7460ED is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 96 237 -
CMYK 0.51 0.59 0 0.07
HSL 248.51º 0.8% 0.65% -
HSV(B) 248.51º 0.59% 0.93% -
XYZ 26.67 18.19 82.23 -
YUV 118.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 116 96 237 0.51 0.59 0 0.07 248.51 0.8 0.65
Hex 74 60 ED 33 3B 0 7 F9 50 41
Octal 164 140 355 63 73 0 7 371 120 101
Binary 1110100 1100000 11101101 110011 111011 0 111 11111001 1010000 1000001

Color Harmonies of #7460ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460ED

Black with #7460ED

Text Example


Text Example

White with #7460ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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