Html Css Color HEX #7359FA Medium Slate Blue

📋 copy color: '#7359FA'

red 115 ◦ green 89 ◦ blue 250

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

Shades of Medium Slate Blue #7359FA

Tints of Medium Slate Blue #7359FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 25.33%
G = 19.6%
B = 55.07%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7359FA (or 0x7359FA) is known color: Medium Slate Blue. HEX triplet: 73, 59 and FA. RGB value is (115,89,250). Sum of RGB (Red+Green+Blue) = 115+89+250=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7359FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7359FA is #8CA605. Grayscale: #727272. Windows color (decimal): -9217542 or 16406899. OLE color: 16406899.

HSL color Cylindrical-coordinate representation of color #7359FA: hue angle of 249.69º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7359FA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 89 250 -
CMYK 0.54 0.64 0 0.02
HSL 249.69º 0.94% 0.66% -
HSV(B) 249.69º 0.64% 0.98% -
XYZ 27.9 17.69 92.39 -
YUV 115.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 115 89 250 0.54 0.64 0 0.02 249.69 0.94 0.66
Hex 73 59 FA 36 40 0 2 FA 5E 42
Octal 163 131 372 66 100 0 2 372 136 102
Binary 1110011 1011001 11111010 110110 1000000 0 10 11111010 1011110 1000010

Color Harmonies of #7359FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359FA

Black with #7359FA

Text Example


Text Example

White with #7359FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7359FA; }

 p { color: rgb(115,89,250); }

 H1.HeaderClassName
 {
   color: #7359FA;
 }
 .AnyTagClassName
 {
   color: #7359FA;
 }
</style>

background-color css

<style>
 a { background-color: #7359FA; }

 a { background-color: rgb(115,89,250); }

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

border-color css

<style>
 span { border-color: #7359FA; }

 span { border-color: rgb(115,89,250); }

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