Html Css Color HEX #7366EC Medium Slate Blue

📋 copy color: '#7366EC'

red 115 ◦ green 102 ◦ blue 236

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

Shades of Medium Slate Blue #7366EC

Tints of Medium Slate Blue #7366EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 25.39%
G = 22.52%
B = 52.1%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7366EC (or 0x7366EC) is known color: Medium Slate Blue. HEX triplet: 73, 66 and EC. RGB value is (115,102,236). Sum of RGB (Red+Green+Blue) = 115+102+236=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #7366EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7366EC is #8C9913. Grayscale: #787878. Windows color (decimal): -9214228 or 15492723. OLE color: 15492723.

HSL color Cylindrical-coordinate representation of color #7366EC: hue angle of 245.82º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7366EC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 102 236 -
CMYK 0.51 0.57 0 0.07
HSL 245.82º 0.78% 0.66% -
HSV(B) 245.82º 0.57% 0.93% -
XYZ 26.96 19.2 81.64 -
YUV 121.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 115 102 236 0.51 0.57 0 0.07 245.82 0.78 0.66
Hex 73 66 EC 33 39 0 7 F6 4E 42
Octal 163 146 354 63 71 0 7 366 116 102
Binary 1110011 1100110 11101100 110011 111001 0 111 11110110 1001110 1000010

Color Harmonies of #7366EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366EC

Black with #7366EC

Text Example


Text Example

White with #7366EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366EC; }

 p { color: rgb(115,102,236); }

 H1.HeaderClassName
 {
   color: #7366EC;
 }
 .AnyTagClassName
 {
   color: #7366EC;
 }
</style>

background-color css

<style>
 a { background-color: #7366EC; }

 a { background-color: rgb(115,102,236); }

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

border-color css

<style>
 span { border-color: #7366EC; }

 span { border-color: rgb(115,102,236); }

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