Html Css Color HEX #7366DC Medium Slate Blue

📋 copy color: '#7366DC'

red 115 ◦ green 102 ◦ blue 220

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

Shades of Medium Slate Blue #7366DC

Tints of Medium Slate Blue #7366DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 26.32%
G = 23.34%
B = 50.34%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7366DC (or 0x7366DC) is known color: Medium Slate Blue. HEX triplet: 73, 66 and DC. RGB value is (115,102,220). Sum of RGB (Red+Green+Blue) = 115+102+220=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7366DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366DC is #8C9923. Grayscale: #767676. Windows color (decimal): -9214244 or 14444147. OLE color: 14444147.

HSL color Cylindrical-coordinate representation of color #7366DC: hue angle of 246.61º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7366DC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 102 220 -
CMYK 0.48 0.54 0 0.14
HSL 246.61º 0.63% 0.63% -
HSV(B) 246.61º 0.54% 0.86% -
XYZ 24.74 18.31 69.94 -
YUV 119.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 115 102 220 0.48 0.54 0 0.14 246.61 0.63 0.63
Hex 73 66 DC 30 36 0 E F7 3F 3F
Octal 163 146 334 60 66 0 16 367 77 77
Binary 1110011 1100110 11011100 110000 110110 0 1110 11110111 111111 111111

Color Harmonies of #7366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366DC

Black with #7366DC

Text Example


Text Example

White with #7366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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