Html Css Color HEX #7368E6 Medium Slate Blue

📋 copy color: '#7368E6'

red 115 ◦ green 104 ◦ blue 230

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

Shades of Medium Slate Blue #7368E6

Tints of Medium Slate Blue #7368E6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 230 (90.23% from 255) = 51.22%

R = 25.61%
G = 23.16%
B = 51.22%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7368E6 (or 0x7368E6) is known color: Medium Slate Blue. HEX triplet: 73, 68 and E6. RGB value is (115,104,230). Sum of RGB (Red+Green+Blue) = 115+104+230=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #7368E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7368E6 is #8C9719. Grayscale: #797979. Windows color (decimal): -9213722 or 15100019. OLE color: 15100019.

HSL color Cylindrical-coordinate representation of color #7368E6: hue angle of 245.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7368E6 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 104 230 -
CMYK 0.5 0.55 0 0.10
HSL 245.24º 0.72% 0.65% -
HSV(B) 245.24º 0.55% 0.9% -
XYZ 26.3 19.26 77.19 -
YUV 121.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 115 104 230 0.5 0.55 0 0.10 245.24 0.72 0.65
Hex 73 68 E6 32 37 0 A F5 48 41
Octal 163 150 346 62 67 0 12 365 110 101
Binary 1110011 1101000 11100110 110010 110111 0 1010 11110101 1001000 1000001

Color Harmonies of #7368E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7368E6

Black with #7368E6

Text Example


Text Example

White with #7368E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7368E6; }

 p { color: rgb(115,104,230); }

 H1.HeaderClassName
 {
   color: #7368E6;
 }
 .AnyTagClassName
 {
   color: #7368E6;
 }
</style>

background-color css

<style>
 a { background-color: #7368E6; }

 a { background-color: rgb(115,104,230); }

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

border-color css

<style>
 span { border-color: #7368E6; }

 span { border-color: rgb(115,104,230); }

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