Html Css Color HEX #7351F8 Medium Slate Blue

📋 copy color: '#7351F8'

red 115 ◦ green 81 ◦ blue 248

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

Shades of Medium Slate Blue #7351F8

Tints of Medium Slate Blue #7351F8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

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

R = 25.9%
G = 18.24%
B = 55.86%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7351F8 (or 0x7351F8) is known color: Medium Slate Blue. HEX triplet: 73, 51 and F8. RGB value is (115,81,248). Sum of RGB (Red+Green+Blue) = 115+81+248=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #7351F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7351F8 is #8CAE07. Grayscale: #6D6D6D. Windows color (decimal): -9219592 or 16273779. OLE color: 16273779.

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

Color convert

RGB 115 81 248 -
CMYK 0.54 0.67 0 0.03
HSL 252.22º 0.92% 0.65% -
HSV(B) 252.22º 0.67% 0.97% -
XYZ 26.96 16.31 90.53 -
YUV 110.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 115 81 248 0.54 0.67 0 0.03 252.22 0.92 0.65
Hex 73 51 F8 36 43 0 3 FC 5C 41
Octal 163 121 370 66 103 0 3 374 134 101
Binary 1110011 1010001 11111000 110110 1000011 0 11 11111100 1011100 1000001

Color Harmonies of #7351F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351F8

Black with #7351F8

Text Example


Text Example

White with #7351F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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