Html Css Color HEX #7461DF Medium Slate Blue

📋 copy color: '#7461DF'

red 116 ◦ green 97 ◦ blue 223

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

Shades of Medium Slate Blue #7461DF

Tints of Medium Slate Blue #7461DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 26.61%
G = 22.25%
B = 51.15%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7461DF (or 0x7461DF) is known color: Medium Slate Blue. HEX triplet: 74, 61 and DF. RGB value is (116,97,223). Sum of RGB (Red+Green+Blue) = 116+97+223=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7461DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DF is #8B9E20. Grayscale: #747474. Windows color (decimal): -9149985 or 14639476. OLE color: 14639476.

HSL color Cylindrical-coordinate representation of color #7461DF: hue angle of 249.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7461DF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 97 223 -
CMYK 0.48 0.57 0 0.13
HSL 249.05º 0.66% 0.63% -
HSV(B) 249.05º 0.57% 0.87% -
XYZ 24.8 17.59 71.9 -
YUV 117.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 116 97 223 0.48 0.57 0 0.13 249.05 0.66 0.63
Hex 74 61 DF 30 39 0 D F9 42 3F
Octal 164 141 337 60 71 0 15 371 102 77
Binary 1110100 1100001 11011111 110000 111001 0 1101 11111001 1000010 111111

Color Harmonies of #7461DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461DF

Black with #7461DF

Text Example


Text Example

White with #7461DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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