Html Css Color HEX #7466F3 Medium Slate Blue

📋 copy color: '#7466F3'

red 116 ◦ green 102 ◦ blue 243

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

Shades of Medium Slate Blue #7466F3

Tints of Medium Slate Blue #7466F3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 243 (95.31% from 255) = 52.71%

R = 25.16%
G = 22.13%
B = 52.71%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7466F3 (or 0x7466F3) is known color: Medium Slate Blue. HEX triplet: 74, 66 and F3. RGB value is (116,102,243). Sum of RGB (Red+Green+Blue) = 116+102+243=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #7466F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7466F3 is #8B990C. Grayscale: #797979. Windows color (decimal): -9148685 or 15951476. OLE color: 15951476.

HSL color Cylindrical-coordinate representation of color #7466F3: hue angle of 245.96º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7466F3 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 102 243 -
CMYK 0.52 0.58 0 0.05
HSL 245.96º 0.85% 0.68% -
HSV(B) 245.96º 0.58% 0.95% -
XYZ 28.13 19.69 87.11 -
YUV 122.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 116 102 243 0.52 0.58 0 0.05 245.96 0.85 0.68
Hex 74 66 F3 34 3A 0 5 F6 55 44
Octal 164 146 363 64 72 0 5 366 125 104
Binary 1110100 1100110 11110011 110100 111010 0 101 11110110 1010101 1000100

Color Harmonies of #7466F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466F3

Black with #7466F3

Text Example


Text Example

White with #7466F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466F3; }

 p { color: rgb(116,102,243); }

 H1.HeaderClassName
 {
   color: #7466F3;
 }
 .AnyTagClassName
 {
   color: #7466F3;
 }
</style>

background-color css

<style>
 a { background-color: #7466F3; }

 a { background-color: rgb(116,102,243); }

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

border-color css

<style>
 span { border-color: #7466F3; }

 span { border-color: rgb(116,102,243); }

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