Html Css Color HEX #7358F6 Medium Slate Blue

📋 copy color: '#7358F6'

red 115 ◦ green 88 ◦ blue 246

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

Shades of Medium Slate Blue #7358F6

Tints of Medium Slate Blue #7358F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.79%

R = 25.61%
G = 19.6%
B = 54.79%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7358F6 (or 0x7358F6) is known color: Medium Slate Blue. HEX triplet: 73, 58 and F6. RGB value is (115,88,246). Sum of RGB (Red+Green+Blue) = 115+88+246=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #7358F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7358F6 is #8CA709. Grayscale: #717171. Windows color (decimal): -9217802 or 16144499. OLE color: 16144499.

HSL color Cylindrical-coordinate representation of color #7358F6: hue angle of 250.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7358F6 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 88 246 -
CMYK 0.53 0.64 0 0.04
HSL 250.25º 0.9% 0.65% -
HSV(B) 250.25º 0.64% 0.96% -
XYZ 27.19 17.28 89.09 -
YUV 114.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 115 88 246 0.53 0.64 0 0.04 250.25 0.9 0.65
Hex 73 58 F6 35 40 0 4 FA 5A 41
Octal 163 130 366 65 100 0 4 372 132 101
Binary 1110011 1011000 11110110 110101 1000000 0 100 11111010 1011010 1000001

Color Harmonies of #7358F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358F6

Black with #7358F6

Text Example


Text Example

White with #7358F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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