Html Css Color HEX #7356F8 Medium Slate Blue

📋 copy color: '#7356F8'

red 115 ◦ green 86 ◦ blue 248

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

Shades of Medium Slate Blue #7356F8

Tints of Medium Slate Blue #7356F8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 248 (97.27% from 255) = 55.23%

R = 25.61%
G = 19.15%
B = 55.23%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7356F8 (or 0x7356F8) is known color: Medium Slate Blue. HEX triplet: 73, 56 and F8. RGB value is (115,86,248). Sum of RGB (Red+Green+Blue) = 115+86+248=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #7356F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7356F8 is #8CA907. Grayscale: #707070. Windows color (decimal): -9218312 or 16275059. OLE color: 16275059.

HSL color Cylindrical-coordinate representation of color #7356F8: hue angle of 250.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7356F8 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 86 248 -
CMYK 0.54 0.65 0 0.03
HSL 250.74º 0.92% 0.65% -
HSV(B) 250.74º 0.65% 0.97% -
XYZ 27.34 17.08 90.66 -
YUV 113.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 115 86 248 0.54 0.65 0 0.03 250.74 0.92 0.65
Hex 73 56 F8 36 41 0 3 FB 5C 41
Octal 163 126 370 66 101 0 3 373 134 101
Binary 1110011 1010110 11111000 110110 1000001 0 11 11111011 1011100 1000001

Color Harmonies of #7356F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356F8

Black with #7356F8

Text Example


Text Example

White with #7356F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7356F8; }

 p { color: rgb(115,86,248); }

 H1.HeaderClassName
 {
   color: #7356F8;
 }
 .AnyTagClassName
 {
   color: #7356F8;
 }
</style>

background-color css

<style>
 a { background-color: #7356F8; }

 a { background-color: rgb(115,86,248); }

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

border-color css

<style>
 span { border-color: #7356F8; }

 span { border-color: rgb(115,86,248); }

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