Html Css Color HEX #7359FE Medium Slate Blue

📋 copy color: '#7359FE'

red 115 ◦ green 89 ◦ blue 254

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

Shades of Medium Slate Blue #7359FE

Tints of Medium Slate Blue #7359FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 25.11%
G = 19.43%
B = 55.46%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7359FE (or 0x7359FE) is known color: Medium Slate Blue. HEX triplet: 73, 59 and FE. RGB value is (115,89,254). Sum of RGB (Red+Green+Blue) = 115+89+254=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #7359FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7359FE is #8CA601. Grayscale: #727272. Windows color (decimal): -9217538 or 16669043. OLE color: 16669043.

HSL color Cylindrical-coordinate representation of color #7359FE: hue angle of 249.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7359FE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 89 254 -
CMYK 0.55 0.65 0 0.00
HSL 249.45º 0.99% 0.67% -
HSV(B) 249.45º 0.65% 1% -
XYZ 28.53 17.95 95.73 -
YUV 115.58 206.11 127.58 -
System Red Green Blue C M Y K H S L
Decimal 115 89 254 0.55 0.65 0 0.00 249.45 0.99 0.67
Hex 73 59 FE 37 41 0 0 F9 63 43
Octal 163 131 376 67 101 0 0 371 143 103
Binary 1110011 1011001 11111110 110111 1000001 0 0 11111001 1100011 1000011

Color Harmonies of #7359FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359FE

Black with #7359FE

Text Example


Text Example

White with #7359FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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