Html Css Color HEX #7349EE Medium Slate Blue

📋 copy color: '#7349EE'

red 115 ◦ green 73 ◦ blue 238

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

Shades of Medium Slate Blue #7349EE

Tints of Medium Slate Blue #7349EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.14%

 BLUE value IS 238 (93.36% from 255) = 55.87%

R = 27%
G = 17.14%
B = 55.87%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7349EE (or 0x7349EE) is known color: Medium Slate Blue. HEX triplet: 73, 49 and EE. RGB value is (115,73,238). Sum of RGB (Red+Green+Blue) = 115+73+238=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #7349EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7349EE is #8CB611. Grayscale: #676767. Windows color (decimal): -9221650 or 15616371. OLE color: 15616371.

HSL color Cylindrical-coordinate representation of color #7349EE: hue angle of 255.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7349EE is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 73 238 -
CMYK 0.52 0.69 0 0.07
HSL 255.27º 0.83% 0.61% -
HSV(B) 255.27º 0.69% 0.93% -
XYZ 24.89 14.58 82.39 -
YUV 104.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 115 73 238 0.52 0.69 0 0.07 255.27 0.83 0.61
Hex 73 49 EE 34 45 0 7 FF 53 3D
Octal 163 111 356 64 105 0 7 377 123 75
Binary 1110011 1001001 11101110 110100 1000101 0 111 11111111 1010011 111101

Color Harmonies of #7349EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7349EE

Black with #7349EE

Text Example


Text Example

White with #7349EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7349EE; }

 p { color: rgb(115,73,238); }

 H1.HeaderClassName
 {
   color: #7349EE;
 }
 .AnyTagClassName
 {
   color: #7349EE;
 }
</style>

background-color css

<style>
 a { background-color: #7349EE; }

 a { background-color: rgb(115,73,238); }

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

border-color css

<style>
 span { border-color: #7349EE; }

 span { border-color: rgb(115,73,238); }

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