Html Css Color HEX #7358FD Medium Slate Blue

📋 copy color: '#7358FD'

red 115 ◦ green 88 ◦ blue 253

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

Shades of Medium Slate Blue #7358FD

Tints of Medium Slate Blue #7358FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.3%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 25.22%
G = 19.3%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7358FD (or 0x7358FD) is known color: Medium Slate Blue. HEX triplet: 73, 58 and FD. RGB value is (115,88,253). Sum of RGB (Red+Green+Blue) = 115+88+253=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #7358FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7358FD is #8CA702. Grayscale: #727272. Windows color (decimal): -9217795 or 16603251. OLE color: 16603251.

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

Color convert

RGB 115 88 253 -
CMYK 0.55 0.65 0 0.01
HSL 249.82º 0.98% 0.67% -
HSV(B) 249.82º 0.65% 0.99% -
XYZ 28.29 17.72 94.86 -
YUV 114.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 115 88 253 0.55 0.65 0 0.01 249.82 0.98 0.67
Hex 73 58 FD 37 41 0 1 FA 62 43
Octal 163 130 375 67 101 0 1 372 142 103
Binary 1110011 1011000 11111101 110111 1000001 0 1 11111010 1100010 1000011

Color Harmonies of #7358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358FD

Black with #7358FD

Text Example


Text Example

White with #7358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358FD; }

 p { color: rgb(115,88,253); }

 H1.HeaderClassName
 {
   color: #7358FD;
 }
 .AnyTagClassName
 {
   color: #7358FD;
 }
</style>

background-color css

<style>
 a { background-color: #7358FD; }

 a { background-color: rgb(115,88,253); }

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

border-color css

<style>
 span { border-color: #7358FD; }

 span { border-color: rgb(115,88,253); }

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