Html Css Color HEX #7346FF Medium Slate Blue

📋 copy color: '#7346FF'

red 115 ◦ green 70 ◦ blue 255

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

Shades of Medium Slate Blue #7346FF

Tints of Medium Slate Blue #7346FF

RGB

 RED value IS 115 (45.31% from 255) = 26.14%

 GREEN value IS 70 (27.73% from 255) = 15.91%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 26.14%
G = 15.91%
B = 57.95%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7346FF (or 0x7346FF) is known color: Medium Slate Blue. HEX triplet: 73, 46 and FF. RGB value is (115,70,255). Sum of RGB (Red+Green+Blue) = 115+70+255=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #7346FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7346FF is #8CB900. Grayscale: #676767. Windows color (decimal): -9222401 or 16729715. OLE color: 16729715.

HSL color Cylindrical-coordinate representation of color #7346FF: hue angle of 254.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7346FF is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 70 255 -
CMYK 0.55 0.73 0 0
HSL 254.59º 1% 0.64% -
HSV(B) 254.59º 0.73% 1% -
XYZ 27.31 15.25 96.11 -
YUV 104.55 212.91 135.46 -
System Red Green Blue C M Y K H S L
Decimal 115 70 255 0.55 0.73 0 0 254.59 1 0.64
Hex 73 46 FF 37 49 0 0 FF 64 40
Octal 163 106 377 67 111 0 0 377 144 100
Binary 1110011 1000110 11111111 110111 1001001 0 0 11111111 1100100 1000000

Color Harmonies of #7346FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7346FF

Black with #7346FF

Text Example


Text Example

White with #7346FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7346FF; }

 p { color: rgb(115,70,255); }

 H1.HeaderClassName
 {
   color: #7346FF;
 }
 .AnyTagClassName
 {
   color: #7346FF;
 }
</style>

background-color css

<style>
 a { background-color: #7346FF; }

 a { background-color: rgb(115,70,255); }

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

border-color css

<style>
 span { border-color: #7346FF; }

 span { border-color: rgb(115,70,255); }

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