Html Css Color HEX #7461FE Medium Slate Blue

📋 copy color: '#7461FE'

red 116 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #7461FE

Tints of Medium Slate Blue #7461FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.77%

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

R = 24.84%
G = 20.77%
B = 54.39%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7461FE (or 0x7461FE) is known color: Medium Slate Blue. HEX triplet: 74, 61 and FE. RGB value is (116,97,254). Sum of RGB (Red+Green+Blue) = 116+97+254=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7461FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7461FE is #8B9E01. Grayscale: #777777. Windows color (decimal): -9149954 or 16671092. OLE color: 16671092.

HSL color Cylindrical-coordinate representation of color #7461FE: hue angle of 247.26º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7461FE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 97 254 -
CMYK 0.54 0.62 0 0.00
HSL 247.26º 0.99% 0.69% -
HSV(B) 247.26º 0.62% 1% -
XYZ 29.37 19.42 95.97 -
YUV 120.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 116 97 254 0.54 0.62 0 0.00 247.26 0.99 0.69
Hex 74 61 FE 36 3E 0 0 F7 63 45
Octal 164 141 376 66 76 0 0 367 143 105
Binary 1110100 1100001 11111110 110110 111110 0 0 11110111 1100011 1000101

Color Harmonies of #7461FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461FE

Black with #7461FE

Text Example


Text Example

White with #7461FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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